From 4b1647fcdc6e6442252e0866ceea45c3abd5de33 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 04 Sep 2009 06:42:24 -0400 Subject: [PATCH] New logo and minor changes to default skin --- skins/default/templates/login.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 8ffe9d2..a61e70c 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -7,7 +7,7 @@ </head> <body> -<img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:2px 12px" /> +<img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:0 11px" /> <roundcube:object name="message" id="message" /> -- Gitblit v1.9.1