diff -r 9c9643047a10 -r d40c339d3778 static/style.css --- a/static/style.css Sat Feb 07 03:01:46 2009 +0200 +++ b/static/style.css Sat Feb 07 03:35:37 2009 +0200 @@ -48,11 +48,22 @@ } /* + * Container for layout items + */ + #container { + overflow: hidden; +} + +/* * Main navigation menu */ #nav { float: left; - + + padding-bottom: 2000px; + margin-bottom: -2000px; + + border-right: 1px dashed #a5a5a5; } #nav ul { @@ -93,13 +104,19 @@ */ div#content { margin-left: 180px; - padding: 25px; - - border-left: 1px dashed #a5a5a5; } div#content p { text-indent: 2em; } + +div#footer { + padding: 10px; + + border-top: 1px dashed #a5a5a5; + + font-size: x-small; + font-style: italic; +}