From: Mark Otto Date: Wed, 18 Jul 2012 02:11:41 +0000 (-0700) Subject: remove list-type declarations from ul and ol elements since those should just use... X-Git-Tag: v2.1.0~2^2~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=478396fd4eaacd505104f44f97e0470409ce433a;p=thirdparty%2Fbootstrap.git remove list-type declarations from ul and ol elements since those should just use browser defaults --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 0040d4d0f7..3e79f94102 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -649,14 +649,6 @@ ol ul { margin-bottom: 0; } -ul { - list-style: disc; -} - -ol { - list-style: decimal; -} - li { line-height: 20px; } diff --git a/less/type.less b/less/type.less index 5cb93af0fe..b1e3230337 100644 --- a/less/type.less +++ b/less/type.less @@ -75,12 +75,6 @@ ol ol, ol ul { margin-bottom: 0; } -ul { - list-style: disc; -} -ol { - list-style: decimal; -} li { line-height: @baseLineHeight; }