From b4fac7f4556af72ad64f7993775e220cfff6bc38 Mon Sep 17 00:00:00 2001 From: Disco-STU Date: Tue, 19 May 2009 23:30:18 +0200 Subject: Some stylesheet modifications --- styles/blogthon.css | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'styles/blogthon.css') diff --git a/styles/blogthon.css b/styles/blogthon.css index 66a1e49..b4f4365 100644 --- a/styles/blogthon.css +++ b/styles/blogthon.css @@ -13,6 +13,10 @@ img { border: 0px; } +a { + color: #AA4444; + } + div.header { height: 120px; width: 99%; @@ -117,14 +121,15 @@ div.pages { div.months { + clear: left; float: left; - width: 25%; - text-align: right; margin-top: 10px; - margin-left: -25%; margin-bottom: 40px; + width: 200px; + text-align: right; + margin-left: -200px; position: relative; - right: -100%; + left: 1000px; } div.months_title { @@ -178,11 +183,11 @@ div.linklist { clear: left; float: left; margin-top: 10px; - width: 25%; + width: 200px; text-align: right; - margin-left: -25%; + margin-left: -200px; position: relative; - right: -100%; + left: 1000px; } div.linklist_title { @@ -231,7 +236,7 @@ div.linklist { div.entries { - width: 75%; + width: 650px; margin-left: 25px; padding: 3px; } @@ -239,8 +244,6 @@ div.entries { div.entry { margin-top: 10px; margin-bottom: 30px; - padding-left: 15px; - border-left: 10px dotted #AA4444; } div.entry_title { -- cgit v1.2.3