From: Mark Otto Date: Tue, 5 Jun 2012 01:56:50 +0000 (-0700) Subject: document large and small well classes X-Git-Tag: v2.1.0~2^2~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589242604f06a87c78d0a2c324f532d2caaba3f0;p=thirdparty%2Fbootstrap.git document large and small well classes --- diff --git a/docs/components.html b/docs/components.html index 55eb2e4a13..500a729507 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1879,6 +1879,18 @@ <div class="well"> ... </div> + +

Optional classes

+

Control padding and rounded corners with two optional modifier classes.

+
+<div class="well well-large">
+  ...
+</div>
+
+
+<div class="well well-small">
+  ...
+</div>
 
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index b1f8589981..c342955583 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1801,6 +1801,18 @@ <div class="well"> ... </div> + +

{{_i}}Optional classes{{/i}}

+

{{_i}}Control padding and rounded corners with two optional modifier classes.{{/i}}

+
+<div class="well well-large">
+  ...
+</div>
+
+
+<div class="well well-small">
+  ...
+</div>