diff options
Diffstat (limited to 'assets/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; |
