diff options
author | matthew <matthew> | 2007-01-23 23:59:08 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-01-23 23:59:08 +0000 |
commit | a97ed7209fd81ee25c1160ba0f832e4d9da4ab4f (patch) | |
tree | e2777a21d64bef83a8ccd27b3ee5fbe65f81a55d /web/css.css | |
parent | 404df7b90289206a4c6010299cc6dd7fbd8814c6 (diff) |
Text update, colour tweak, possible JS edge cage perhaps fixed?
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/web/css.css b/web/css.css index af4b907c0..524ae4be5 100644 --- a/web/css.css +++ b/web/css.css @@ -72,15 +72,15 @@ ul#error { #header { font-size: 200%; font-weight: bold; - border-bottom: solid 2px #968d63; + border-bottom: solid 2px #5e552b; margin: 0; padding: 5px 0.5em; background-color: #e3d595; - color: #968d63; + color: #5e552b; } #header a:link, #header a:visited { - color: #968d63; + color: #5e552b; background-color: #e3d595; text-decoration: none; } @@ -120,11 +120,11 @@ ul#error { padding: 0.5em 2em; } #navigation a:link, #navigation a:visited { - color: #968d63; + color: #5e552b; background-color: #e3d595; } #navigation a:hover, #navigation a:active { - background-color: #968d63; + background-color: #5e552b; color: #e3d595; } @@ -132,7 +132,7 @@ ul#error { clear: both; text-align: right; font-size: 83%; - border-top: solid 1px #968d63; + border-top: solid 1px #5e552b; display: table; margin: 1em 0 1em auto; padding: 2px 4px; @@ -182,6 +182,7 @@ fieldset div.checkbox label, label.n { float: right; position: relative; background-color: #f1f1f1; + margin-bottom: 1em; } #drag { @@ -250,5 +251,5 @@ ol#current img { } #comments div em { - border-bottom: dotted 1px #968d63; + border-bottom: dotted 1px #5e552b; } |