diff options
Diffstat (limited to 'static')
-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, |