From 7f5aa177f5f6e67801db7f17d93092aeb47bfd75 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 14:00:33 +0200 Subject: Make Forms => Default styles code snippet the same as example --- docs/templates/pages/base-css.mustache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/templates') 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 @@ {{! /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>
-- 
cgit v1.2.3