diff options
author | Alex Legler <alex@a3li.li> | 2015-09-02 20:41:40 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-09-02 20:41:40 +0200 |
commit | 368d96b1259606f1b1b741ad5f420752dc728e7d (patch) | |
tree | 138339fa9971f405839600fd0c2c3688b21a3c3a /_sass | |
parent | Tyrian sync (diff) | |
download | www-368d96b1259606f1b1b741ad5f420752dc728e7d.tar.gz www-368d96b1259606f1b1b741ad5f420752dc728e7d.tar.bz2 www-368d96b1259606f1b1b741ad5f420752dc728e7d.zip |
Drop the max-height setting for the SVG Logo
This fixes the weird scrollbars in our beloved Internet Exploder
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/misc.scss | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |