diff options
author | Siri Reiter <siri@jones.dk> | 2009-01-09 00:18:01 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-01-09 00:18:01 +0100 |
commit | f82e981771aab5e0570e3e5be249caa3f16f0708 (patch) | |
tree | ad19e7d72f039a7190c8a2594be77cfc22591d2c | |
parent | e19e27a0928705ab4c056f3a2e91466c75501dec (diff) |
Content appearence.
-rw-r--r-- | local.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -62,6 +62,14 @@ DIV#sidebar UL UL LI { DIV#sidebar A { text-decoration: none; } +DIV#content { + clear: both; + float: left; + margin: 1em 0 3em 0; + padding: 0; + max-width: 50em; + min-height: 45em; +} div#pageinfo { margin: 15em 1em 1em; |