diff options
| author | Mark Otto <[email protected]> | 2013-08-13 13:53:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-13 13:53:27 -0700 |
| commit | 9482a5f8128db47bbed1378cbc9cd9c8a57fb2ce (patch) | |
| tree | 2a59b9815cb02226a694c345cf942c9ad869810f /assets/css/docs.css | |
| parent | a8769b8cab1799168b31f1a5afd403f323a6b6d4 (diff) | |
| parent | bd93ed2cb6034de2f287f7508b4fd0b1d28ab0d3 (diff) | |
| download | bootstrap-9482a5f8128db47bbed1378cbc9cd9c8a57fb2ce.tar.xz bootstrap-9482a5f8128db47bbed1378cbc9cd9c8a57fb2ce.zip | |
Merge pull request #9403 from twbs/bs3_navbar_overhaul
BS3: Navbar overhaul
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 405663c5e..964248233 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -56,6 +56,9 @@ body { .bs-docs-nav { background-color: #563d7c; } +.bs-docs-nav .navbar-collapse { + border-color: #463265; +} .bs-docs-nav .navbar-brand { color: #fff; } @@ -385,11 +388,10 @@ body { } /* Tweak display of the examples */ -.bs-example + .prettyprint, .bs-example + .highlight { - margin-top: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; + margin: 0 -15px; + border-radius: 0; + border-width: 0 0 1px; } /* Tweak content of examples for optimum awesome */ @@ -799,6 +801,15 @@ body { border-radius: 4px 4px 0 0; box-shadow: none; } + .bs-example + .prettyprint, + .bs-example + .highlight { + margin-top: 0; + margin-left: 0; + margin-right: 0; + border-width: 1px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + } .carbonad { margin: 0 !important; |
