Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-02-13 01:33:23 +0400
committerMark Otto <markotto@twitter.com>2012-02-13 01:33:23 +0400
commit86b6ea4b5f2919c6dd962301b94af4e4096dbb16 (patch)
treed851ac7a55891d9f597c76f3d294175c7e395172 /docs
parentde6f3d4a6f3c2c55394e59e0a25ea85731166cfe (diff)
lower z-index of fixed subnav to prevent overlap of dropdown items in .navbar-fixed
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 87fa88eef3..f6a388c236 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;