From: Jeremy Kerr Date: Tue, 23 Sep 2008 11:55:39 +0000 (+1000) Subject: [html] Reinstate 'about' link X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=ab38ae0d653da2b27f6060347c40ade2ae65616f;p=patchwork [html] Reinstate 'about' link Signed-off-by: Jeremy Kerr --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 943e39d..81950ab 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -49,6 +49,8 @@ body { } #nav { + float: left + width: 100%; background: #e8e8e8; border-bottom: 0.2em solid #786fb4; font-size: 90%; @@ -59,6 +61,13 @@ body { text-decoration: underline; } +#navleft { + float: left; +} + +#navright { + float: right; +} #content { padding: 1em; diff --git a/templates/base.html b/templates/base.html index 896b939..048d052 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,23 +38,29 @@
{% if messages %}