From: Henrik N Date: Tue, 7 Feb 2012 18:29:45 +0000 (+0100) Subject: Add ol.unstyled X-Git-Tag: v2.0.1~1^2~17^2~27^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1805%2Fhead;p=thirdparty%2Fbootstrap.git Add ol.unstyled --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a90e31930b..51719d3aa8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -374,7 +374,8 @@ ol { li { line-height: 18px; } -ul.unstyled { +ul.unstyled, +ol.unstyled { margin-left: 0; list-style: none; } diff --git a/less/type.less b/less/type.less index 7841bb0906..ae43d19405 100644 --- a/less/type.less +++ b/less/type.less @@ -110,7 +110,8 @@ ol { li { line-height: @baseLineHeight; } -ul.unstyled { +ul.unstyled, +ol.unstyled { margin-left: 0; list-style: none; }