mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 06:36:33 +02:00
Remove explicit, unncessary line-height
on li
elements
This commit is contained in:
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -515,10 +515,6 @@ ol ul {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
|
||||||
line-height: 1.428571429;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-unstyled {
|
.list-unstyled {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@@ -115,9 +115,6 @@ ol ol,
|
|||||||
ol ul {
|
ol ul {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
li {
|
|
||||||
line-height: @line-height-base;
|
|
||||||
}
|
|
||||||
|
|
||||||
// List options
|
// List options
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user