From ed2ab8aec512c1dfd6e5f940d7a9e6f73a3964e8 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 17 Dec 2008 00:07:14 +0000 Subject: Corrections for W3C validation --- static/styles.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'static') 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{ -- cgit v1.2.3