1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00

simplify type.less

This commit is contained in:
liuyl 2013-07-09 09:22:36 +08:00
parent 1045226544
commit 0d5c3c2ecf
2 changed files with 6 additions and 8 deletions

View File

@ -524,9 +524,9 @@ ol {
}
ul ul,
ol ul,
ul ol,
ol ol,
ol ul {
ol ol {
margin-bottom: 0;
}

View File

@ -107,12 +107,10 @@ ul,
ol {
margin-top: 0;
margin-bottom: (@line-height-computed / 2);
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
ul,
ol{
margin-bottom: 0;
}
}
// List options