diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/archive3k.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/style/archive3k.css b/static/style/archive3k.css index 1924835..7b49aa7 100644 --- a/static/style/archive3k.css +++ b/static/style/archive3k.css @@ -16,7 +16,7 @@ footer { bottom: 0; width: 100%; /* Set the fixed height of the footer here */ - height: 19em; + min-height: 19em; padding-top: 2em; margin-top: 15px; background-color: #c0c0c0; @@ -49,6 +49,11 @@ footer h5 { box-shadow: 0 1px 3px rgba(0,0,0,.25); margin-left: 0px; } +.search-logo { + float: left; + margin-right: 1em; + margin-bottom: 0.25em; +} .postnav-content { color: white; background-color: #555555; |