aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-04 18:56:50 -0700
committerMark Otto <[email protected]>2012-06-04 18:56:50 -0700
commit589242604f06a87c78d0a2c324f532d2caaba3f0 (patch)
tree4ad8c5fdb371dbf9446a357e42a885cf3e31fc10 /docs/components.html
parentb79c1009678258d96692b916eb4ad432c48ed73d (diff)
downloadbootstrap-589242604f06a87c78d0a2c324f532d2caaba3f0.tar.xz
bootstrap-589242604f06a87c78d0a2c324f532d2caaba3f0.zip
document large and small well classes
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html
index 55eb2e4a1..500a72950 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1880,6 +1880,18 @@
...
&lt;/div&gt;
</pre>
+ <h4>Optional classes</h4>
+ <p>Control padding and rounded corners with two optional modifier classes.</p>
+<pre class="prettyprint linenums">
+&lt;div class="well well-large"&gt;
+ ...
+&lt;/div&gt;
+</pre>
+<pre class="prettyprint linenums">
+&lt;div class="well well-small"&gt;
+ ...
+&lt;/div&gt;
+</pre>
</div><!--/span-->
<div class="span4">
<h2>Close icon</h2>