diff options
author | thomascube <thomas@roundcube.net> | 2012-04-04 18:08:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-04 18:08:23 +0000 |
commit | 0cd919bc9524fbaae033d261d7883c587691dcdf (patch) | |
tree | ba4e9c14ee3adaba37d4244f1358f41d53d6ec2f /skins/larry/iehacks.css | |
parent | ff2d88a7ab6e3c63550c8a48f6ddf93197540ae0 (diff) |
Fix small Larry issues
Diffstat (limited to 'skins/larry/iehacks.css')
-rw-r--r-- | skins/larry/iehacks.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/larry/iehacks.css b/skins/larry/iehacks.css index 8a775ac5c..8eb1100e2 100644 --- a/skins/larry/iehacks.css +++ b/skins/larry/iehacks.css @@ -155,3 +155,9 @@ ul.toolbarmenu li a.active:hover, border-top: 1px solid #999; } +#messagelist tbody tr td span.branch div { + float: left; + height: 18px; +} + + |