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.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index f7b79e2dd..6110e9302 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -13,7 +13,6 @@
body {
position: relative;
padding-top: 40px;
- font-size: 14px;
}
/* Code in headings */
@@ -29,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 {
@@ -598,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 {