diff options
author | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 17:33:28 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 17:33:28 -0700 |
commit | 296b0aec050c924440b90d20633d6749cc31e761 (patch) | |
tree | 628fff4f72e3dde4f3407c1a338b897bbf6d68e3 /static/style | |
parent | 58e8d887e411861d4f2cedeabf0246196b1b521c (diff) | |
download | archive3k.org-296b0aec050c924440b90d20633d6749cc31e761.tar.gz archive3k.org-296b0aec050c924440b90d20633d6749cc31e761.zip |
tweak header and footer styles
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/archive3k.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/static/style/archive3k.css b/static/style/archive3k.css index a765e9f..b69f679 100644 --- a/static/style/archive3k.css +++ b/static/style/archive3k.css @@ -29,9 +29,14 @@ footer a:hover, footer a:visited { color: #3f3f3f; } +footer ul a, +footer ul a:hover, +footer ul a:visited { + color: #5f5f60; +} footer h5 { font-weight: bold; - margin-bottom: 0px; + margin-bottom: 1px; margin-top: 0px; } .navbar-default { @@ -86,6 +91,16 @@ footer h5 { width: 100%; } +.navbar-nav > li > a, .navbar-brand { + padding-top: 12px !important; + padding-bottom: 0 !important; + height: 2.5em; +} +.navbar { + min-height: 2.5em !important; +} + + /* Change font */ body, .popover, |