diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-03 13:35:22 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-03 13:35:22 +0000 |
| commit | c1179cc913cce18c7d5a317da15363c3118ca1d7 (patch) | |
| tree | 8795a1f27dc911aae53c9c8d6b857b733a69935a /static/styles.css | |
| parent | 7ecbc6bf2ba614afee40d344d9191abd5f371db4 (diff) | |
| download | Papillon-c1179cc913cce18c7d5a317da15363c3118ca1d7.tar.bz2 Papillon-c1179cc913cce18c7d5a317da15363c3118ca1d7.zip | |
First version of syndication. Change on the css
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
