aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
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 @@
...
</div>
</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>