diff options
| author | Mark Otto <[email protected]> | 2012-02-12 13:33:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 13:33:23 -0800 |
| commit | 86b6ea4b5f2919c6dd962301b94af4e4096dbb16 (patch) | |
| tree | d851ac7a55891d9f597c76f3d294175c7e395172 /docs/assets/css/docs.css | |
| parent | de6f3d4a6f3c2c55394e59e0a25ea85731166cfe (diff) | |
| download | bootstrap-86b6ea4b5f2919c6dd962301b94af4e4096dbb16.tar.xz bootstrap-86b6ea4b5f2919c6dd962301b94af4e4096dbb16.zip | |
lower z-index of fixed subnav to prevent overlap of dropdown items in .navbar-fixed
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 87fa88eef..f6a388c23 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -181,7 +181,7 @@ hr.soften { top: 40px; left: 0; right: 0; - z-index: 1030; + z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */ border-color: #d5d5d5; border-width: 0 0 1px; /* drop the border on the fixed edges */ -webkit-border-radius: 0; |
