mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
Remove explicit, unncessary line-height on li elements
This commit is contained in:
parent
731cbb302e
commit
84c0dc13ba
2 changed files with 0 additions and 7 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -515,10 +515,6 @@ ol ul {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
line-height: 1.428571429;
|
||||
}
|
||||
|
||||
.list-unstyled {
|
||||
margin-left: 0;
|
||||
list-style: none;
|
||||
|
|
|
|||
|
|
@ -115,9 +115,6 @@ ol ol,
|
|||
ol ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
li {
|
||||
line-height: @line-height-base;
|
||||
}
|
||||
|
||||
// List options
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue