aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 8e6e9e2b1..6110e9302 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -28,10 +28,10 @@ h3 code {
body > .navbar-fixed-top {
font-size: 13px;
- -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
+/* -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
-moz-box-shadow: 0 5px 15px rgba(0,0,0,.15);
box-shadow: 0 5px 15px rgba(0,0,0,.15);
-}
+*/}
/* Change the docs' brand */
body > .navbar-fixed-top .brand {
@@ -597,6 +597,7 @@ h2 + .row {
z-index: 1;
padding: 0;
height: 90px;
+ overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {