]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove explicit, unncessary `line-height` on `li` elements
authorMark Otto <otto@github.com>
Mon, 17 Jun 2013 20:47:03 +0000 (13:47 -0700)
committerMark Otto <otto@github.com>
Mon, 17 Jun 2013 21:21:16 +0000 (14:21 -0700)
docs/assets/css/bootstrap.css
less/type.less

index 6266bb1d746608b22f807d0bf7d7c6a6a34b42ef..67db9c1123e43056b090b84c8c8646f414761eae 100644 (file)
@@ -515,10 +515,6 @@ ol ul {
   margin-bottom: 0;
 }
 
-li {
-  line-height: 1.428571429;
-}
-
 .list-unstyled {
   margin-left: 0;
   list-style: none;
index d62e2a2ac07ff42ae359abc0eb3403c436e00d0a..c18bfe86ec3ff7ffbba1d32a0f8fd1185b0695c5 100644 (file)
@@ -115,9 +115,6 @@ ol ol,
 ol ul {
   margin-bottom: 0;
 }
-li {
-  line-height: @line-height-base;
-}
 
 // List options