Commit 84c0dc13 authored by Mark Otto's avatar Mark Otto

Remove explicit, unncessary `line-height` on `li` elements

parent 731cbb30
...@@ -515,10 +515,6 @@ ol ul { ...@@ -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, ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment