diff options
| author | Tom Pietschker <[email protected]> | 2013-02-19 14:54:56 -0500 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-02-19 14:54:56 -0500 |
| commit | 17808731738cb9de385950db54bb156786b6c705 (patch) | |
| tree | 20b4ed78dbc7374a437fb83c4f81faa18728119d /docs/components.html | |
| parent | ba7b1e8234982b3926e830798b5d3d34e1d1b369 (diff) | |
| download | bootstrap-17808731738cb9de385950db54bb156786b6c705.tar.xz bootstrap-17808731738cb9de385950db54bb156786b6c705.zip | |
forgot navbar-fixed-bottom in the commit
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index bcca74135..b60dd1621 100644 --- a/docs/components.html +++ b/docs/components.html @@ -890,7 +890,7 @@ title: Components <h3>Fixed to bottom</h3> <p>Add <code>.navbar-fixed-bottom</code> instead.</p> <div class="bs-docs-example bs-navbar-bottom-example"> - <div class="navbar navbar-fixed-bottom" style="position: absolute;; bottom: -1px;"> + <div class="navbar navbar-fixed-bottom" style="position: absolute; bottom: -1px;"> <div class="container" style="width: auto;"> <a class="navbar-brand" href="#">Title</a> <ul class="nav"> |
