diff options
Diffstat (limited to 'journal/bootstrap.css')
-rw-r--r-- | journal/bootstrap.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/journal/bootstrap.css b/journal/bootstrap.css index 2ef2938a..81036774 100644 --- a/journal/bootstrap.css +++ b/journal/bootstrap.css @@ -4207,6 +4207,14 @@ h5, h6 { line-height: 1.5em; } +h1 a, +h2 a, +h3 a, +h4 a, +h5 a, +h6 a { + color: #000000; +} h1 { font-size: 48px; } @@ -4456,6 +4464,9 @@ pre.prettyprint { -moz-box-shadow: none; box-shadow: none; } +hr { + border-bottom: 1px solid #eeeeee; +} @media (max-width: 768px) { div.subnav { height: auto; @@ -4476,6 +4487,14 @@ pre.prettyprint { border-color: #e5e5e5; } } +@media (max-width: 979px) { + .nav-collapse .navbar-form, + .nav-collapse .navbar-search { + margin-bottom: 0; + border-top: 2px solid #eeeeee; + border-bottom: 2px solid #eeeeee; + } +} .pull-right { float: right; } |