diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 421b93f..64eb77b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -138,7 +138,7 @@ color:grey; text-decoration:none; } -.alert{ +.alert, .error{ color:blue; } @@ -150,7 +150,7 @@ width:600px; width:160px; } -.new_poll input#limit{ +.new_poll input.limit{ width:20px; } @@ -166,6 +166,11 @@ font-size:11px; width:200px; } +a.arrow{ +text-decoration:None; +font-weight:bold; +} + #content{ margin:5px; } |