diff options
| author | Mark Otto <[email protected]> | 2012-06-04 18:56:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-04 18:56:50 -0700 |
| commit | 589242604f06a87c78d0a2c324f532d2caaba3f0 (patch) | |
| tree | 4ad8c5fdb371dbf9446a357e42a885cf3e31fc10 /docs/templates | |
| parent | b79c1009678258d96692b916eb4ad432c48ed73d (diff) | |
| download | bootstrap-589242604f06a87c78d0a2c324f532d2caaba3f0.tar.xz bootstrap-589242604f06a87c78d0a2c324f532d2caaba3f0.zip | |
document large and small well classes
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/components.mustache | 12 |
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"> +<div class="well well-large"> + ... +</div> +</pre> +<pre class="prettyprint linenums"> +<div class="well well-small"> + ... +</div> +</pre> </div><!--/span--> <div class="span4"> <h2>{{_i}}Close icon{{/i}}</h2> |
