summaryrefslogtreecommitdiff
path: root/skins
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
parente447cb072f025f1b0af9fea091a316e11163119d (diff)
Minor bugfixes
Diffstat (limited to 'skins')
-rw-r--r--skins/default/includes/links.html1
-rw-r--r--skins/default/templates/login.html13
2 files changed, 7 insertions, 7 deletions
diff --git a/skins/default/includes/links.html b/skins/default/includes/links.html
index 5d8c0e5f7..30aeb4c19 100644
--- a/skins/default/includes/links.html
+++ b/skins/default/includes/links.html
@@ -1,2 +1,3 @@
+<link rel="index" href="$__comm_path" />
<link rel="shortcut icon" href="/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/common.css" /> \ No newline at end of file
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>