aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-25 11:49:20 -0800
committerJacob Thornton <[email protected]>2012-01-25 11:49:20 -0800
commit3250ecc674306ab82f9379325e6eec0bb4ba6dd0 (patch)
tree94b46667aa3e73bbabbae618e267359857c6c69c /docs/templates
parent319b65e64b6882ad2184f398f1763543cfa48a16 (diff)
parent06017b26ca5a9c835edb9d42188431fa30c7e499 (diff)
downloadbootstrap-3250ecc674306ab82f9379325e6eec0bb4ba6dd0.tar.xz
bootstrap-3250ecc674306ab82f9379325e6eec0bb4ba6dd0.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 4263bead3..913eea31a 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>
@@ -1002,6 +1002,19 @@
<span class="help-inline">{{_i}}Woohoo!{{/i}}</span>
</div>
</fieldset>
+ <fieldset class="control-group success">
+ <label class="control-label" for="selectError">{{_i}}Select with success{{/i}}</label>
+ <div class="controls">
+ <select name="selectError">
+ <option>1</option>
+ <option>2</option>
+ <option>3</option>
+ <option>4</option>
+ <option>5</option>
+ </select>
+ <span class="help-inline">{{_i}}Woohoo!{{/i}}</span>
+ </div>
+ </fieldset>
<fieldset class="form-actions">
<button type="submit" class="btn primary">{{_i}}Save changes{{/i}}</button>
<button type="reset" class="btn">{{_i}}Cancel{{/i}}</button>