summaryrefslogtreecommitdiffstats
path: root/htdocs/css
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-23 21:55:39 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-23 21:55:39 +1000
commitab38ae0d653da2b27f6060347c40ade2ae65616f (patch)
tree3aab4fb82821898d7a5c62487973cddfbbc1879e /htdocs/css
parent8b561c3a68dfc44a369e6e5cb4f1c3c4cd4e67a3 (diff)
downloadpatchwork-ab38ae0d653da2b27f6060347c40ade2ae65616f.tar.bz2
patchwork-ab38ae0d653da2b27f6060347c40ade2ae65616f.tar.xz
[html] Reinstate 'about' link
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'htdocs/css')
-rw-r--r--htdocs/css/style.css9
1 files changed, 9 insertions, 0 deletions
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;