commit: 368d96b1259606f1b1b741ad5f420752dc728e7d
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Wed Sep 2 18:41:40 2015 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 18:41:40 2015 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=368d96b1
Drop the max-height setting for the SVG Logo
This fixes the weird scrollbars in our beloved Internet Exploder
_sass/misc.scss | 1 -
1 file changed, 1 deletion(-)
diff --git a/_sass/misc.scss b/_sass/misc.scss
index 252036d..7d754c3 100644
--- a/_sass/misc.scss
+++ b/_sass/misc.scss
@@ -100,7 +100,6 @@ body.nav-align-h2 #content h2:first-of-type {
}
.site-logo object {
- max-height: 58px;
overflow: hidden;
}