From f39202cdc7f84f00139cb8bfdb0adc9a77a6dc34 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 16 May 2012 16:44:29 +0000 Subject: add global nav bar --- root/static/style/ttsite.css | 2 ++ root/template/html | 25 +++++++++++++------------ 2 files changed, 15 insertions(+), 12 deletions(-) (limited to 'root') diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 2d1c734..6136357 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -1,7 +1,9 @@ /* begin changes obgr_seneca */ html, body { background: #ddd; + margin: 0; padding: 0; } +#mgnavdoc { margin: 10px; } #doc { -webkit-box-shadow: 0 0 10px #444; diff --git a/root/template/html b/root/template/html index 5aaa478..facc555 100644 --- a/root/template/html +++ b/root/template/html @@ -1,18 +1,19 @@ - - + - + [% template.title or site.title or c.config.apptitle %] - - - - - - - + + + + + + + - -[% content %] + +
[% content %]
+ + -- cgit v1.2.1