diff options
| author | Mark Otto <[email protected]> | 2011-10-19 23:50:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-19 23:50:41 -0700 |
| commit | b62475a22ef15b53a8401cfcc093375cb84e7528 (patch) | |
| tree | 19b7246b0d5f45a93e60c4e8550c26ba06529f3b /docs/index.html | |
| parent | 35793d98e70e0c3b2c34fa51cca946374e782cce (diff) | |
| download | bootstrap-b62475a22ef15b53a8401cfcc093375cb84e7528.tar.xz bootstrap-b62475a22ef15b53a8401cfcc093375cb84e7528.zip | |
updated fluid example to not use floated sidebar and instead use position absolute; not ideal, but it works in most cases
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 82eb43e0f..d29fdd292 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1115,6 +1115,7 @@ <span class="add-on">@</span> <input class="medium" id="prependedInput" name="prependedInput" size="16" type="text" /> </div> + <span class="help-block">Here's some help text</span> </div> </div><!-- /clearfix --> <div class="clearfix"> |
