From: Erik van der Kolk Date: Sat, 18 Aug 2012 12:00:33 +0000 (+0200) Subject: Make Forms => Default styles code snippet the same as example X-Git-Tag: v2.1.0~2^2~29^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f5aa177f5f6e67801db7f17d93092aeb47bfd75;p=thirdparty%2Fbootstrap.git Make Forms => Default styles code snippet the same as example --- diff --git a/docs/base-css.html b/docs/base-css.html index 41ef5526fd..5e9cdf7b28 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -842,7 +842,8 @@ For example, <code>section</code> should be wrapped as inline.
-<form class="well">
+<form>
+  <legend>Legend</legend>
   <label>Label name</label>
   <input type="text" placeholder="Type something…">
   <span class="help-block">Example block-level help text here.</span>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 28e98439bc..a663d4a945 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -779,7 +779,8 @@
             
           {{! /example }}
 
-<form class="well">
+<form>
+  <legend>{{_i}}Legend{{/i}}</legend>
   <label>{{_i}}Label name{{/i}}</label>
   <input type="text" placeholder="{{_i}}Type something…{{/i}}">
   <span class="help-block">Example block-level help text here.</span>