From fe91856286b8445481ce291be1657a1b2db9cfc2 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 27 Jun 2011 11:13:06 +0200 Subject: Fix position of rss and atom --- styles/default/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/default/default.css b/styles/default/default.css index bd34377..be7957a 100644 --- a/styles/default/default.css +++ b/styles/default/default.css @@ -30,13 +30,13 @@ a { .rss { position: absolute; - top: 75px; + top: 72px; width: 700px; } .atom { position: absolute; - top: 75px; + top: 72px; margin-left: 20px; width: 700px; } -- cgit v1.2.3