aboutsummaryrefslogtreecommitdiff
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
parent663fd4ff620b2a79cfba97623f24c3f1ff8c01fd (diff)
downloadbootstrap-01dadc05f4522250f7a06b28ce27f8a0c3a91997.tar.xz
bootstrap-01dadc05f4522250f7a06b28ce27f8a0c3a91997.zip
Make Relative sizing code snippet the same as example
-rw-r--r--docs/base-css.html12
-rw-r--r--docs/templates/pages/base-css.mustache12
2 files changed, 12 insertions, 12 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.
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index d80a0eeaa..ffc22de9d 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1120,12 +1120,12 @@
</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">{{_i}}Heads up!{{/i}}</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.