diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-06-14 16:52:45 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-06-14 16:52:45 -0700 |
commit | 6045bb8ea25b77d99bdff8d741c99034f86b19c0 (patch) | |
tree | f509866b5e9c71fba79f0780fd242f88354bd894 /htdocs/css | |
parent | 7565745f2cd5508f0ff408bb9dbfca1c54a0afa5 (diff) |
A few tweaks
Diffstat (limited to 'htdocs/css')
-rw-r--r-- | htdocs/css/main.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/htdocs/css/main.css b/htdocs/css/main.css index d9f4f0a..756d312 100644 --- a/htdocs/css/main.css +++ b/htdocs/css/main.css @@ -6,9 +6,9 @@ body { font-family: Helvetica; } -#nav, #content, #footer { - width: 50%; +#nav, #content, #footer, #buttonblock { margin: 0 auto 0 auto; + width: 660px; } #nav ul { @@ -64,7 +64,6 @@ body { border-bottom: solid 1px black; text-align: center; padding-bottom: 1em; - width: 660px; margin: 0 auto 0 auto; } |