diff options
author | matthew <matthew> | 2006-09-22 17:21:36 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-09-22 17:21:36 +0000 |
commit | b4732e9e54fa7f752abfe577821c5fae345adc4c (patch) | |
tree | 89dc49d6dc7457db3d99fb0e2abf8ff6130170fd /web/css.css | |
parent | d13ef318f10e4158fd2e499dd074b67ea8b7c47c (diff) |
Let's use a database, and why not.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/css.css b/web/css.css index f81ac2d59..4a4865827 100644 --- a/web/css.css +++ b/web/css.css @@ -40,15 +40,13 @@ ul#error { position: absolute; top: 2em; right: 1em; - padding: 0.5em; - background-color: #eeeeee; - border: solid 2px #999999; + padding: 0; margin: 0; list-style-type: none; } #navigation li { float: right; - padding: 0 0.5em; + padding: 0 2em; } /* Forms */ @@ -110,6 +108,8 @@ fieldset div.checkbox label { font-size: 83%; } #compass { + background-color: #ffffff; + color: #000000; float: right; margin: 0 1em 1em; } |