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 | |
| parent | b79c1009678258d96692b916eb4ad432c48ed73d (diff) | |
| download | bootstrap-589242604f06a87c78d0a2c324f532d2caaba3f0.tar.xz bootstrap-589242604f06a87c78d0a2c324f532d2caaba3f0.zip | |
document large and small well classes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 12 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 12 |
2 files changed, 24 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"> +<div class="well well-large"> + ... +</div> +</pre> +<pre class="prettyprint linenums"> +<div class="well well-small"> + ... +</div> +</pre> </div><!--/span--> <div class="span4"> <h2>Close icon</h2> 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> |
