From: Matthijs Kooijman Date: Fri, 8 Feb 2008 21:54:00 +0000 (+0100) Subject: * Restructure HTML, add a link to the main EE CSS and add some other CSS (Brenda). X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=752a65962938d525ce307e56da4a3d65a387c934 * Restructure HTML, add a link to the main EE CSS and add some other CSS (Brenda). --- diff --git a/static/base/css/base.css b/static/base/css/base.css index d16f883..27bda31 100644 --- a/static/base/css/base.css +++ b/static/base/css/base.css @@ -1,23 +1,13 @@ -.LeftBar { - border:solid black; - float:left; - width:200px; - margin-right: 10px; +table { + font-family:Verdana, Georgia,Arial, sans-serif; + font-size:9pt; } -.Content { - float:left; - border: solid black; - width: 900px; - padding: 10px; -} -.Clear { - clear: both; +.navrechts p { + margin-bottom: 0px; } -.Footer { - border: solid black; - padding-left: 10px; - margin-top:10px; +.navrechts { + margin-top:0px; } diff --git a/templates/base/base.html b/templates/base/base.html index 8fefc9a..3cbb353 100644 --- a/templates/base/base.html +++ b/templates/base/base.html @@ -1,28 +1,72 @@ {% load i18n %} + -
-
- -
-
-{% block content %} -{% endblock %} -
-
- -
-