aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--styles/blogthon.css23
1 files changed, 13 insertions, 10 deletions
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 {