diff options
author | matthew <matthew> | 2006-09-25 18:39:54 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-09-25 18:39:54 +0000 |
commit | 4ac4fe8bdcdf6dedbae80d11b664a7d27025095b (patch) | |
tree | e99801bfdb63c174718af563d1e4d622f19aeaf9 /web/css.css | |
parent | b36133202bb92f7cdaa2f92f94a5242159ac3167 (diff) |
Turns out everything needs relativediv now, so stick it in the header
and call it content.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/web/css.css b/web/css.css index 255633b23..742b68768 100644 --- a/web/css.css +++ b/web/css.css @@ -31,10 +31,6 @@ h1 { text-decoration: underline; } -h2 { - margin-left: 1em; -} - a:link { color: #0000ff; } @@ -88,6 +84,7 @@ ul#error { } #footer { + clear: both; text-align: right; font-size: 83%; border-top: solid 1px #968d63; @@ -148,7 +145,7 @@ fieldset div.checkbox label { float: right; } -#content { +#side { margin-right: 530px; } @@ -179,8 +176,8 @@ fieldset div.checkbox label { border: 0; } -#relativediv { - margin: 0 2em 0 3em; +#content { + margin: 0 2em; position: relative; } |