From 5effd5231eba5ad8b7d0168ceb25190499a3b932 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 05 Apr 2012 12:58:23 -0400
Subject: [PATCH] Move recently added style to the right place

---
 skins/larry/ie7hacks.css |    1 +
 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 3ba0a2b..f86cbe8 100644
--- a/skins/larry/ie7hacks.css
+++ b/skins/larry/ie7hacks.css
@@ -49,6 +49,7 @@
 }
 
 #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 5139c22..c61a3f3 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1252,10 +1252,6 @@
 	padding-right: 0;
 }
 
-#login-form #message div {
-	float: left;
-}
-
 #bottomline {
 	font-size: 90%;
 	text-align: center;

--
Gitblit v1.9.1