]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add ol.unstyled 1805/head
authorHenrik N <henrik@nyh.se>
Tue, 7 Feb 2012 18:29:45 +0000 (19:29 +0100)
committerHenrik N <henrik@nyh.se>
Tue, 7 Feb 2012 18:29:45 +0000 (19:29 +0100)
docs/assets/css/bootstrap.css
less/type.less

index a90e31930bc0e699aa892c684fb418c3868c37f7..51719d3aa85d3bb5f2a2657c207954d44d2b9df5 100644 (file)
@@ -374,7 +374,8 @@ ol {
 li {
   line-height: 18px;
 }
-ul.unstyled {
+ul.unstyled,
+ol.unstyled {
   margin-left: 0;
   list-style: none;
 }
index 7841bb0906a647fcad918fb5a8cdf37781a95e43..ae43d19405493c7cba0fe747b92cebb1d2d2e200 100644 (file)
@@ -110,7 +110,8 @@ ol {
 li {
   line-height: @baseLineHeight;
 }
-ul.unstyled {
+ul.unstyled,
+ol.unstyled {
   margin-left: 0;
   list-style: none;
 }