diff options
| author | Mark Otto <[email protected]> | 2011-06-29 13:48:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 13:48:08 -0700 |
| commit | 025f74ef93fadf1f2615789e4560ebf420bf3d6f (patch) | |
| tree | 64af81e6cfd64cfd22b370db496cf30f39c33303 /docs | |
| parent | e0b09867c23b421153f10235ec64d484bac6323d (diff) | |
| download | bootstrap-025f74ef93fadf1f2615789e4560ebf420bf3d6f.tar.xz bootstrap-025f74ef93fadf1f2615789e4560ebf420bf3d6f.zip | |
form bug fix with new baseline, updated docs to fix topbar bug, tweaks to scaffolding for buttons
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 68040844c..153ae3793 100644 --- a/docs/index.html +++ b/docs/index.html @@ -977,7 +977,7 @@ <h1>Navigation</h1> </div> <h2>Fixed topbar</h2> - <div class="topbar-wrapper"> + <div class="topbar-wrapper" style="z-index: 5;"> <div class="topbar"> <div class="container fixed"> <h3><a class="logo" href="">Project Name</a></h3> |
