mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
simplify type.less
This commit is contained in:
parent
1045226544
commit
0d5c3c2ecf
2 changed files with 6 additions and 8 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
@ -524,9 +524,9 @@ ol {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul ul,
|
ul ul,
|
||||||
|
ol ul,
|
||||||
ul ol,
|
ul ol,
|
||||||
ol ol,
|
ol ol {
|
||||||
ol ul {
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -107,13 +107,11 @@ ul,
|
||||||
ol {
|
ol {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: (@line-height-computed / 2);
|
margin-bottom: (@line-height-computed / 2);
|
||||||
}
|
ul,
|
||||||
ul ul,
|
ol{
|
||||||
ul ol,
|
|
||||||
ol ol,
|
|
||||||
ol ul {
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// List options
|
// List options
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue