From b595c9fcf6940ae25c1e58ef2b8d340405083906 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 06 Nov 2005 19:32:57 -0500
Subject: [PATCH] Minor bugfixes

---
 skins/default/templates/login.html |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html
index c66bb6b..2b56a38 100644
--- a/skins/default/templates/login.html
+++ b/skins/default/templates/login.html
@@ -5,13 +5,12 @@
 <roundcube:include file="/includes/links.html" />
 <style type="text/css">
 
-#login-form
-  {
-	margin-left: auto;
-    margin-right: auto;
-	margin-top: 50px;
-	width: 350px;
-  }
+#login-form {
+  margin-left: auto;
+  margin-right: auto;
+  margin-top: 50px;
+  width: 350px;
+}
 
 </style>
 </head>

--
Gitblit v1.9.1