summaryrefslogtreecommitdiffstats
path: root/themes/custom/assets/css
diff options
context:
space:
mode:
authorLibravatarKrytarik Raido <krytarik@tuxgarage.com>2015-06-01 00:57:04 +0200
committerLibravatarKrytarik Raido <krytarik@tuxgarage.com>2015-06-01 00:57:04 +0200
commit93dd6623095643a82730c6ac0d7068b65822891c (patch)
tree94f4a5492c8ef1c5cbe7822ff2bdea545df2f7c2 /themes/custom/assets/css
parent002aa9b5a58e902dcf936646c11fc59e1d2a7697 (diff)
Make logo always the height of the navbar.
Diffstat (limited to 'themes/custom/assets/css')
-rw-r--r--themes/custom/assets/css/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css
index 3c44ec6..29d2e9a 100644
--- a/themes/custom/assets/css/custom.css
+++ b/themes/custom/assets/css/custom.css
@@ -20,7 +20,7 @@ img {
}
img#logo {
- max-height: 50px;
+ height: 50px;
}
.footerbox {