aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorErik van der Kolk <[email protected]>2012-08-18 15:31:11 +0200
committerErik van der Kolk <[email protected]>2012-08-18 15:31:11 +0200
commit01dadc05f4522250f7a06b28ce27f8a0c3a91997 (patch)
tree1320c1fe6147df7cb173430839d9e5e4b77c2d21 /docs/base-css.html
parent663fd4ff620b2a79cfba97623f24c3f1ff8c01fd (diff)
downloadbootstrap-01dadc05f4522250f7a06b28ce27f8a0c3a91997.tar.xz
bootstrap-01dadc05f4522250f7a06b28ce27f8a0c3a91997.zip
Make Relative sizing code snippet the same as example
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index df307c381..85dab82e3 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1183,12 +1183,12 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</div>
</form>
<pre class="prettyprint linenums">
-&lt;input class="input-mini" type="text"&gt;
-&lt;input class="input-small" type="text"&gt;
-&lt;input class="input-medium" type="text"&gt;
-&lt;input class="input-large" type="text"&gt;
-&lt;input class="input-xlarge" type="text"&gt;
-&lt;input class="input-xxlarge" type="text"&gt;
+&lt;input class="input-mini" type="text" placeholder=".input-mini"&gt;
+&lt;input class="input-small" type="text" placeholder=".input-small"&gt;
+&lt;input class="input-medium" type="text" placeholder=".input-medium"&gt;
+&lt;input class="input-large" type="text" placeholder=".input-large"&gt;
+&lt;input class="input-xlarge" type="text" placeholder=".input-xlarge"&gt;
+&lt;input class="input-xxlarge" type="text" placeholder=".input-xxlarge"&gt;
</pre>
<p>
<span class="label label-info">Heads up!</span> In future versions, we'll be altering the use of these relative input classes to match our button sizes. For example, <code>.input-large</code> will increase the padding and font-size of an input.