aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorAdrian Vondendriesch <discostu@81-89-105-205.(none)>2009-06-03 19:22:32 +0200
committerAdrian Vondendriesch <discostu@81-89-105-205.(none)>2009-06-03 19:22:32 +0200
commit151f3377d8828180b3924976cd09646dac044c11 (patch)
tree5f872e2f91d2e1616618c4c73c6c3b192f20f349 /styles
parent14d542c41a01e2dcf22733b9706364c8735285a4 (diff)
Edit the width of month- and link-list
Diffstat (limited to 'styles')
-rw-r--r--styles/blogthon.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css
index 5ea3bbe..15b0570 100644
--- a/styles/blogthon.css
+++ b/styles/blogthon.css
@@ -145,9 +145,9 @@ div.months {
float: left;
margin-top: 10px;
margin-bottom: 40px;
- width: 200px;
+ width: 300px;
text-align: right;
- margin-left: -200px;
+ margin-left: -300px;
position: relative;
left: 100%;
}
@@ -159,7 +159,7 @@ div.months {
font-size: 14px;
letter-spacing: 1px;
border-bottom: 2px solid #AA4444;
- width: 150px;
+ width: 200px;
margin-left: auto;
margin-right: auto;
}
@@ -167,7 +167,7 @@ div.months {
div.months_list {
border-top: 2px solid #DFDFDF;
border-bottom: 2px solid #AA4444;
- width: 140px;
+ width: 190px;
margin-left: auto;
margin-right: auto;
}
@@ -203,9 +203,9 @@ div.linklist {
clear: left;
float: left;
margin-top: 10px;
- width: 200px;
+ width: 300px;
text-align: right;
- margin-left: -200px;
+ margin-left: -300px;
position: relative;
left: 100%;
}
@@ -217,7 +217,7 @@ div.linklist {
font-size: 14px;
letter-spacing: 1px;
border-bottom: 2px solid #AA4444;
- width: 150px;
+ width: 200px;
margin-left: auto;
margin-right: auto;
}
@@ -225,7 +225,7 @@ div.linklist {
div.linklist_list {
border-top: 2px solid #DFDFDF;
border-bottom: 2px solid #AA4444;
- width: 140px;
+ width: 190px;
margin-left: auto;
margin-right: auto;
}