]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove list-type declarations from ul and ol elements since those should just use...
authorMark Otto <markotto@twitter.com>
Wed, 18 Jul 2012 02:11:41 +0000 (19:11 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 18 Jul 2012 02:11:41 +0000 (19:11 -0700)
docs/assets/css/bootstrap.css
less/type.less

index 0040d4d0f7287308e7eed7c2c41c60ffd7c079ff..3e79f94102713254a6f1b92cd75adfd5e3dc7e49 100644 (file)
@@ -649,14 +649,6 @@ ol ul {
   margin-bottom: 0;
 }
 
-ul {
-  list-style: disc;
-}
-
-ol {
-  list-style: decimal;
-}
-
 li {
   line-height: 20px;
 }
index 5cb93af0fe6bf8452d6c2971cdacd4ac87be640a..b1e32303377c3f4c5df29da93779ed82ff8a3de3 100644 (file)
@@ -75,12 +75,6 @@ ol ol,
 ol ul {
   margin-bottom: 0;
 }
-ul {
-  list-style: disc;
-}
-ol {
-  list-style: decimal;
-}
 li {
   line-height: @baseLineHeight;
 }