CSS: Moved months- an linklist to the right side

This commit is contained in:
Adrian Vondendriesch 2009-06-01 20:38:55 +02:00
parent a1cf3893a9
commit 75e59caff9
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ div.months {
text-align: right; text-align: right;
margin-left: -200px; margin-left: -200px;
position: relative; position: relative;
left: 1000px; left: 100%;
} }
div.months_title { div.months_title {
@ -206,7 +206,7 @@ div.linklist {
text-align: right; text-align: right;
margin-left: -200px; margin-left: -200px;
position: relative; position: relative;
left: 1000px; left: 100%;
} }
div.linklist_title { div.linklist_title {