aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik van der Kolk <[email protected]>2012-08-18 14:00:33 +0200
committerErik van der Kolk <[email protected]>2012-08-18 14:00:33 +0200
commit7f5aa177f5f6e67801db7f17d93092aeb47bfd75 (patch)
treee07316208a3695db6992810bc37626fed845e4b6 /docs
parent0c24f51d2a6e67446cf96c5a5a15319ff63f3f43 (diff)
downloadbootstrap-7f5aa177f5f6e67801db7f17d93092aeb47bfd75.tar.xz
bootstrap-7f5aa177f5f6e67801db7f17d93092aeb47bfd75.zip
Make Forms => Default styles code snippet the same as example
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html3
-rw-r--r--docs/templates/pages/base-css.mustache3
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 41ef5526f..5e9cdf7b2 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -842,7 +842,8 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<button type="submit" class="btn">Submit</button>
</form>
<pre class="prettyprint linenums">
-&lt;form class="well"&gt;
+&lt;form&gt;
+ &lt;legend&gt;Legend&lt;/legend&gt;
&lt;label&gt;Label name&lt;/label&gt;
&lt;input type="text" placeholder="Type something…"&gt;
&lt;span class="help-block"&gt;Example block-level help text here.&lt;/span&gt;
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 28e98439b..a663d4a94 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -779,7 +779,8 @@
<button type="submit" class="btn">{{_i}}Submit{{/i}}</button>
</form>{{! /example }}
<pre class="prettyprint linenums">
-&lt;form class="well"&gt;
+&lt;form&gt;
+ &lt;legend&gt;{{_i}}Legend{{/i}}&lt;/legend&gt;
&lt;label&gt;{{_i}}Label name{{/i}}&lt;/label&gt;
&lt;input type="text" placeholder="{{_i}}Type something…{{/i}}"&gt;
&lt;span class="help-block"&gt;Example block-level help text here.&lt;/span&gt;