summaryrefslogtreecommitdiff
path: root/skins/default/templates
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-11-07 00:32:57 +0000
committerthomascube <thomas@roundcube.net>2005-11-07 00:32:57 +0000
commitb595c9fcf6940ae25c1e58ef2b8d340405083906 (patch)
tree35482440626ab52a2517312ffaadede0360fc250 /skins/default/templates
parente447cb072f025f1b0af9fea091a316e11163119d (diff)
Minor bugfixes
Diffstat (limited to 'skins/default/templates')
-rw-r--r--skins/default/templates/login.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html
index c66bb6b42..2b56a3890 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>