diff options
| author | Mark Otto <[email protected]> | 2012-02-24 21:02:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-24 21:02:24 -0800 |
| commit | 430915305178cc091f1d121ad98a50b93ccf99cd (patch) | |
| tree | 7c6e215594db499f17cff02f2f7dcb7789138b6e /docs/base-css.html | |
| parent | 0e8427e7b1c955a70a24817f6c06abd6dfa0c572 (diff) | |
| download | bootstrap-430915305178cc091f1d121ad98a50b93ccf99cd.tar.xz bootstrap-430915305178cc091f1d121ad98a50b93ccf99cd.zip | |
add version to docs homepage, fix docs example for forms
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 3a6494ddc..2a4cc63d2 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -920,7 +920,7 @@ For example, <code>section</code> should be wrapped as inline. <label class="checkbox"> <input type="checkbox"> Remember me </label> - <button type="submit" class="btn">Go</button> + <button type="submit" class="btn">Sign in</button> </form> </pre> </div> |
