diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-06-27 11:13:06 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-06-27 11:13:06 +0200 |
commit | fe91856286b8445481ce291be1657a1b2db9cfc2 (patch) | |
tree | b69e975b1c4a4d2b285b6a2c6da9dcca2be594b7 /styles/default | |
parent | f676c2da59fbf1cad3ca4c67437ebb18e6cc8c5e (diff) |
Fix position of rss and atom
Diffstat (limited to '')
-rw-r--r-- | styles/default/default.css | 4 |
1 files 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; } |