diff options
| author | Mark Otto <[email protected]> | 2012-07-29 00:30:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-29 00:30:15 -0700 |
| commit | a30045daef809edf5ed592ad842c04377898e444 (patch) | |
| tree | c49b0ac07bccbb2b040230ed83fb88d757978166 /docs/assets/css/docs.css | |
| parent | fe6a4b0b5497a78a085e85125f4397a27b7737dc (diff) | |
| download | bootstrap-a30045daef809edf5ed592ad842c04377898e444.tar.xz bootstrap-a30045daef809edf5ed592ad842c04377898e444.zip | |
reverse navbar styles to save code
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
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 { |
