diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-10 09:20:19 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-10 09:49:34 +0100 |
commit | 9d318f5347adcab931b58b592dd09eddb9cdc60e (patch) | |
tree | f7c790e5e06df3eaad4e84a744ee6349970d6062 /skins/larry/styles.css | |
parent | 25a31031b00bd4eadc71d85cc0e0d7b4837a6a4e (diff) |
Fix logo display in IE8 (#1488889)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index d7485e709..9386c79d7 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -524,6 +524,7 @@ a.iconlink.upload { } #topnav { + position: relative; height: 46px; margin-bottom: 10px; padding: 0 0 0 10px; |