summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-31 01:23:02 +0200
committerSiri Reiter <siri@jones.dk>2009-03-31 01:23:02 +0200
commit864d8c9d0a6c5e5a3913c26187644dbea51be364 (patch)
treef1ded543a9571d8758d1637d1ce9cf2cda652f51 /local.css
parent4d7c663688ef455c0a41d33e85c9862996b6976b (diff)
Content margin-bottom 1 em, no min-height.
Diffstat (limited to 'local.css')
-rw-r--r--local.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/local.css b/local.css
index acb4043c..75ebb5e2 100644
--- a/local.css
+++ b/local.css
@@ -112,10 +112,9 @@ DIV#wrapper{
}
DIV#content {
clear: both;
- margin: 3em 1em;
+ margin: 3em 1em 1em;
padding: 0;
max-width: 50em;
- min-height: 45em;
}
DIV.notebox {