From c1179cc913cce18c7d5a317da15363c3118ca1d7 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 3 Dec 2008 13:35:22 +0000 Subject: First version of syndication. Change on the css --- static/styles.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index e41d670..7359392 100644 --- a/static/styles.css +++ b/static/styles.css @@ -69,6 +69,12 @@ label{ font-weight:bold; } +hr.spacer{ +clear:both; +height:0; +border:0; +} + #main{ background-color:white; border:1px solid; @@ -132,6 +138,9 @@ margin:5px; #poll_table{ overflow:auto; +text-align:center; +display:block; +float:left; } #poll{ @@ -149,6 +158,7 @@ padding:0; #poll td.simple{ border:None; +background-color:#FFF; } #poll th{ @@ -183,3 +193,12 @@ text-align:center; border:None; font-weight:bold; } + +tr.highlighted_voter td{ +background-color:grey; +color:white; +} + +#syndication{ +padding:10px; +} \ No newline at end of file -- cgit v1.2.3