From 93c0f90f3972fef0509264098015795811606359 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 27 Dec 2010 17:22:08 +0100 Subject: [PATCH] Avoid repetitions for main logo --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 154fff5b..3b8ad730 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,7 +3,7 @@ background: #eeeeec url(img/radicale_back.png) 130% -150px no-repeat; } h1 a { -background: url(img/radicale.png); +background: url(img/radicale.png) 50% 50% no-repeat; color: transparent; display: block; font-size: 0;