diff options
author | Arun Persaud <arun@nubati.net> | 2012-09-19 22:58:55 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-09-19 22:58:55 -0700 |
commit | 93d09382e10f287254d348fe6cd338ded3f15e1f (patch) | |
tree | f356711ad90b6ae67d51e5a2257b83959e89ea4f /css | |
parent | 8f0af76bec797c067fc26c49d636e097a1ad87ba (diff) | |
download | e-DoKo-93d09382e10f287254d348fe6cd338ded3f15e1f.tar.gz e-DoKo-93d09382e10f287254d348fe6cd338ded3f15e1f.tar.bz2 e-DoKo-93d09382e10f287254d348fe6cd338ded3f15e1f.zip |
adjusted some colors in css
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/standard.css b/css/standard.css index e0f0dd0..0ddaf77 100644 --- a/css/standard.css +++ b/css/standard.css @@ -59,7 +59,7 @@ footer .left { float:left; font-size:smaller;} } .WIP { - background-color: #eee; + background-color: #efaaaa; text-size: larger; text-align: center; margin: 30px 10% ; @@ -212,7 +212,7 @@ div.table div.table0 { z-index:20; } div.table div.table0 .start { - background-color: #f00; + background-color: #efaaaa; border-radius: 5px; padding: 3px; padding-bottom: 1px; |