diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-05 00:16:29 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-05 00:16:29 +0000 |
| commit | aedea8f1939ae9f894670b461abea9bea1be092e (patch) | |
| tree | d65caa6dd02ca3a0ecb9db5377f64db861f6d684 /static | |
| parent | 34298e230277a8cc7a1a67f7e23e01768668142d (diff) | |
| download | Papillon-aedea8f1939ae9f894670b461abea9bea1be092e.tar.bz2 Papillon-aedea8f1939ae9f894670b461abea9bea1be092e.zip | |
Public votes - Polls categories
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 7359392..8a83a8a 100644 --- a/static/styles.css +++ b/static/styles.css @@ -24,6 +24,10 @@ font-family:arial; background-color:#ced3e1; } +a{ +color:#6f819d; +} + h1, h1 a{ margin:0; margin-top:2px;; @@ -49,6 +53,17 @@ h2 a:hover{ color:grey; } +h3, h3 a{ +color:black; +text-decoration:None; +margin:10px; +font-size:20px; +} + +h3 a:hover{ +color:grey; +} + p{ padding:6px; margin:6px; |
