summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoretienne2008-08-06 18:40:47 +0000
committeretienne2008-08-06 18:40:47 +0000
commit25cb65439859e7fd3e9b28815d3d620affc145ec (patch)
tree000156332ff7023c87bc22ccad6823f7ebdbfc49 /static
parentc0f702909fe00fde38500ba3d6981137c3d64d7a (diff)
Poll with no choices are no longer available
Diffstat (limited to 'static')
-rw-r--r--static/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 7728000..2b88e3c 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -72,6 +72,10 @@ margin:5px;
overflow:auto;
}
+.error{
+color:red;
+}
+
table.poll{
text-align:center;
}