diff options
author | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 13:53:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 13:53:02 -0700 |
commit | 58e8d887e411861d4f2cedeabf0246196b1b521c (patch) | |
tree | 12b3f683e21dd3d0976e48b52d9f04cd1cdda061 /static/style | |
parent | c2f2a6c957f6128db9dfccb1a5c6189d7822687c (diff) | |
download | archive3k.org-58e8d887e411861d4f2cedeabf0246196b1b521c.tar.gz archive3k.org-58e8d887e411861d4f2cedeabf0246196b1b521c.zip |
style tweaks
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/archive3k.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style/archive3k.css b/static/style/archive3k.css index 5ffec63..a765e9f 100644 --- a/static/style/archive3k.css +++ b/static/style/archive3k.css @@ -57,6 +57,7 @@ footer h5 { } .postnav-content label { font-weight: normal; + font-style: italic; } .nav-tabs, .nav-tabs > li > a, @@ -73,6 +74,17 @@ footer h5 { color: white; font-weight: bold; } +.top-info-col { + padding-left: 2em; + padding-right: 2em; +} +.top-info-col > img { + width: 100%; +} + +.panel-body > img { + width: 100%; +} /* Change font */ body, |