diff options
author | thomascube <thomas@roundcube.net> | 2012-04-05 16:58:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-05 16:58:23 +0000 |
commit | 5effd5231eba5ad8b7d0168ceb25190499a3b932 (patch) | |
tree | ed19de7ea805c08c8150fc32a2d890c90958103e | |
parent | 62a61871a75ce9b94e0b917f28239b822b65e36a (diff) |
Move recently added style to the right place
-rw-r--r-- | skins/larry/ie7hacks.css | 1 | ||||
-rw-r--r-- | skins/larry/styles.css | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css index 3ba0a2b0d..f86cbe8aa 100644 --- a/skins/larry/ie7hacks.css +++ b/skins/larry/ie7hacks.css @@ -49,6 +49,7 @@ a.deletebutton, } #login-form #message div { + float: left; display: block; width: 200px; margin-left: 130px; diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 5139c22df..c61a3f3bd 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1252,10 +1252,6 @@ ul.proplist li { padding-right: 0; } -#login-form #message div { - float: left; -} - #bottomline { font-size: 90%; text-align: center; |