diff options
| author | Mark Otto <[email protected]> | 2012-03-28 17:52:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-28 17:52:03 -0700 |
| commit | 369ca13c7594a2b21e867fb4c139ebc21abd4d2e (patch) | |
| tree | 9a548444b21a7f786d25ee9904d6b32bb99541cc /docs/templates | |
| parent | 66743676ce83552fbab86ced2fc9e890d0dde6a6 (diff) | |
| download | bootstrap-369ca13c7594a2b21e867fb4c139ebc21abd4d2e.tar.xz bootstrap-369ca13c7594a2b21e867fb4c139ebc21abd4d2e.zip | |
fix homepage link in css-tests and remove second help text from example form
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 b463462bc..0fab71941 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -805,7 +805,7 @@ <div class="span9"> <form class="well"> <label>{{_i}}Label name{{/i}}</label> - <input type="text" class="span3" placeholder="{{_i}}Type something…{{/i}}"> <span class="help-inline">Associated help text!</span> + <input type="text" class="span3" placeholder="{{_i}}Type something…{{/i}}"> <p class="help-block">{{_i}}Example block-level help text here.{{/i}}</p> <label class="checkbox"> <input type="checkbox"> {{_i}}Check me out{{/i}} |
