summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoretienne2008-12-17 00:07:14 +0000
committeretienne2008-12-17 00:07:14 +0000
commited2ab8aec512c1dfd6e5f940d7a9e6f73a3964e8 (patch)
tree41f978d6b82947ab7ca1b9b256f45065d478c4d9 /static
parent7e1a52328266738aaf7887169209bf77a3cf5ba2 (diff)
Corrections for W3C validation
Diffstat (limited to 'static')
-rw-r--r--static/styles.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/static/styles.css b/static/styles.css
index e707971..7907805 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -65,7 +65,7 @@ text-decoration:None;
}
h2 a:hover{
-color:grey;
+color:#808080;
}
h3{
@@ -79,7 +79,7 @@ text-decoration:None;
}
h3 a:hover{
-color:grey;
+color:#808080;
}
p{
@@ -122,11 +122,11 @@ background-position:top right;
#header{
text-align:right;
font-size:11px;
-color:grey;
+color:#808080;
}
#header #languages a{
-color:grey;
+color:#808080;
padding-right:6px;
text-decoration:none;
}
@@ -134,12 +134,12 @@ text-decoration:none;
#footer{
text-align:center;
font-size:11px;
-color:grey;
+color:#808080;
margin:6px;
}
#footer a{
-color:grey;
+color:#808080;
text-decoration:none;
}
@@ -247,7 +247,7 @@ background-color:#ced3e1;
}
tr.highlighted_voter td{
-background-color:grey;
+background-color:#808080;
color:white;
}
@@ -264,7 +264,7 @@ margin:2px;
.poll-description{
margin:4px;
padding:4px;
-border:1px solid lightgrey;
+border:1px solid #d3d3d3;
}
.poll-description p{
@@ -282,7 +282,7 @@ padding:0;
.comments li{
margin:4px;
padding:4px;
-border:1px solid lightgrey;
+border:1px solid #d3d3d3;
}
.comments .author{