diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-07 16:38:26 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-07 16:38:26 +0000 |
| commit | 80b30ee1f188824f411b2e84673008a8d1383e7a (patch) | |
| tree | 05d99c950013d2f2b48198562665433f3d23de21 /static | |
| parent | 599c62e4e77aaa4898b9ba690e39b1102ac09a71 (diff) | |
| download | Papillon-80b30ee1f188824f411b2e84673008a8d1383e7a.tar.bz2 Papillon-80b30ee1f188824f411b2e84673008a8d1383e7a.zip | |
Migration to sqlite - Hide results to new voters
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index e95cd1e..421b93f 100644 --- a/static/styles.css +++ b/static/styles.css @@ -237,10 +237,16 @@ background-color:grey; color:white; } -#syndication{ +.footnote{ +font-size:10px; padding:10px; } +.footnote p{ +padding:0; +margin:2px; +} + .poll-description{ margin:4px; padding:4px; |
