From: Mark Otto Date: Mon, 17 Jun 2013 20:47:03 +0000 (-0700) Subject: Remove explicit, unncessary `line-height` on `li` elements X-Git-Tag: v3.0.0-rc1~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c0dc13babffe781fff96611b526f5fb58ff9dd;p=thirdparty%2Fbootstrap.git Remove explicit, unncessary `line-height` on `li` elements --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 6266bb1d74..67db9c1123 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -515,10 +515,6 @@ ol ul { margin-bottom: 0; } -li { - line-height: 1.428571429; -} - .list-unstyled { margin-left: 0; list-style: none; diff --git a/less/type.less b/less/type.less index d62e2a2ac0..c18bfe86ec 100644 --- a/less/type.less +++ b/less/type.less @@ -115,9 +115,6 @@ ol ol, ol ul { margin-bottom: 0; } -li { - line-height: @line-height-base; -} // List options