From: Dominic Barnes Date: Tue, 28 Feb 2012 05:21:25 +0000 (-0600) Subject: removing a few of the size classes, changing up the documentation X-Git-Tag: v2.0.2~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2267%2Fhead;p=thirdparty%2Fbootstrap.git removing a few of the size classes, changing up the documentation --- diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 2e8ca40162..772df32227 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -282,7 +282,7 @@
Etiam porta sem malesuada magna mollis euismod.
-
+

{{_i}}Horizontal{{/i}}

<dl class="horizontal">

@@ -295,7 +295,12 @@
Etiam porta sem malesuada magna mollis euismod.
-
+
+
+

{{_i}}Horizontal description lists have two additional sizes: .horizontal-small and .horizontal-large.{{/i}}

+
+
+ diff --git a/less/type.less b/less/type.less index 57eba9b915..2a4757edaf 100644 --- a/less/type.less +++ b/less/type.less @@ -141,26 +141,14 @@ dl.horizontal { dd { margin-left: 130px; } - &.horizontal-mini { + &.horizontal-small { dt { width: 50px; } dd { margin-left: 60px; } } - &.horizontal-small { - dt { width: 90px; } - dd { margin-left: 100px; } - } &.horizontal-normal { // no additional styles needed } &.horizontal-large { - dt { width: 140px; } - dd { margin-left: 150px; } - } - &.horizontal-xlarge { - dt { width: 170px; } - dd { margin-left: 180px; } - } - &.horizontal-xxlarge { dt { width: 190px; } dd { margin-left: 200px; } }