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/styles.css | |
parent | ff2d88a7ab6e3c63550c8a48f6ddf93197540ae0 (diff) |
Fix small Larry issues
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 6ee262ed7..f58f3c123 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1251,6 +1251,10 @@ ul.proplist li { padding-right: 0; } +#login-form #message div { + float: left; +} + #bottomline { font-size: 90%; text-align: center; |