Fix position of rss and atom

This commit is contained in:
Stefan Ritter 2011-06-27 11:13:06 +02:00
parent f676c2da59
commit fe91856286
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@ a {
.rss { .rss {
position: absolute; position: absolute;
top: 75px; top: 72px;
width: 700px; width: 700px;
} }
.atom { .atom {
position: absolute; position: absolute;
top: 75px; top: 72px;
margin-left: 20px; margin-left: 20px;
width: 700px; width: 700px;
} }