aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/components.mustache12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index b1f858998..c34295558 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1802,6 +1802,18 @@
...
</div>
</pre>
+ <h4>{{_i}}Optional classes{{/i}}</h4>
+ <p>{{_i}}Control padding and rounded corners with two optional modifier classes.{{/i}}</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>{{_i}}Close icon{{/i}}</h2>