diff options
| author | Mark Otto <[email protected]> | 2011-09-10 21:10:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 21:10:18 -0700 |
| commit | 6a74a313a8383d43d6fd9f42626e1f620754799b (patch) | |
| tree | f1df880149e44301d977df073f8d473db68eb6d7 /docs/assets/css/docs.css | |
| parent | 3407ed948d8454041f872d26e0c3e7752876147d (diff) | |
| download | bootstrap-6a74a313a8383d43d6fd9f42626e1f620754799b.tar.xz bootstrap-6a74a313a8383d43d6fd9f42626e1f620754799b.zip | |
tweak css for topbar to bring back z-index fix; update javascript markup and some heading text
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 896557f27..29fdcf3f0 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -270,6 +270,9 @@ section > .row { /* Topbar in js docs ------------------------- */ +#bootstrap-js .topbar-wrapper { + z-index: 1; +} #bootstrap-js .topbar-wrapper .topbar { position: absolute; margin: 0 -20px; |
