]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
document large and small well classes
authorMark Otto <markotto@twitter.com>
Tue, 5 Jun 2012 01:56:50 +0000 (18:56 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 5 Jun 2012 01:56:50 +0000 (18:56 -0700)
docs/components.html
docs/templates/pages/components.mustache

index 55eb2e4a13d3b61043c54a9a6018e573a006d41f..500a72950787cf5ffa1146b2adf340db26b0af5a 100644 (file)
 &lt;div class="well"&gt;
   ...
 &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">
index b1f858998165a20ea7bcd4d51532081489590565..c342955583c1d654b9a099d35193651ab452eeb2 100644 (file)
 &lt;div class="well"&gt;
   ...
 &lt;/div&gt;
+</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">