diff options
| author | Mark Otto <[email protected]> | 2012-01-25 11:26:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 11:26:45 -0800 |
| commit | b8511568637dfa4decb3f0475436a3dfa637a57d (patch) | |
| tree | 27762cd0b295e77cfe90d583e155c51f735f0ebd /docs/templates | |
| parent | d3c5dd4e6acc421e06ef72680e794cfd9d52a04a (diff) | |
| download | bootstrap-b8511568637dfa4decb3f0475436a3dfa637a57d.tar.xz bootstrap-b8511568637dfa4decb3f0475436a3dfa637a57d.zip | |
change form fields back to inline-block to allow for inline-help text in default form markup
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4263bead3..4daa98309 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -835,7 +835,7 @@ <div class="span9"> <form class="well"> <label>{{_i}}Label name{{/i}}</label> - <input type="text" class="span3" placeholder="{{_i}}Type something…{{/i}}"> + <input type="text" class="span3" placeholder="{{_i}}Type something…{{/i}}"> <span class="help-inline">Associated help text!</span> <label class="checkbox"> <input type="checkbox"> {{_i}}Check me out{{/i}} </label> |
