diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-07 19:06:22 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-07 19:06:22 +0000 |
| commit | a837805ddb218af008f06adb57439949ae32582f (patch) | |
| tree | 9f58533cf4c63b45b96e58f95f273dc70fb49a9b /static/styles.css | |
| parent | 8c5c770d99f2d59ffe487ed0fdbe6a06139f3f49 (diff) | |
| download | Papillon-a837805ddb218af008f06adb57439949ae32582f.tar.bz2 Papillon-a837805ddb218af008f06adb57439949ae32582f.zip | |
Modifying limits - Reordering of choices
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; } |
