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:17 +0100 |
commit | 00a6b75622fb49dfe84173b04f8353fbc4216c9c (patch) | |
tree | 72071522f5dfd6f402da2425d125417bbf1edaa4 /skins/larry/styles.css | |
parent | be6ef859781e5165da8ae8adec71b28aa8ba60f6 (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 199969810..c0e0e5a53 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -513,6 +513,7 @@ a.iconlink.upload { } #topnav { + position: relative; height: 46px; margin-bottom: 10px; padding: 0 0 0 10px; |