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:20:19 +0100 |
commit | 1f87107b0801a1881d426993c7fca18ca25356b0 (patch) | |
tree | 77a1cbda3bd1b9a93aa712ddd29a2cdf29d0d039 /skins/larry/styles.css | |
parent | 18e23ab763bab2875d4c8fb70034e218ec7c6d14 (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; |