]> git.ozlabs.org Git - patchwork/blobdiff - htdocs/css/style.css
[html] Reinstate 'about' link
[patchwork] / htdocs / css / style.css
index 943e39dad20cd54f971036bc4491738be36877e7..81950abbf8fcf0de2253f7a5391fc75bb6f78974 100644 (file)
@@ -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;