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

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

parent 731cbb30
5 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch
Showing with 0 additions and 7 deletions
+0 -7
...@@ -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
......
Supports Markdown
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