first cut at a more visible navbar
[invirt/packages/invirt-web.git] / code / static / style.css
index 685c06e..3b713ec 100644 (file)
@@ -52,3 +52,15 @@ a:link:hover, a:visited:hover {
 td.error {
   border: 1px solid red;
 }
+
+/* Navigation bar. */
+.navigation {
+  padding: 0em 1em;
+  font-size: 125%;
+  font-weight: bold;
+  font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
+}
+.navigation li {
+  display: inline;
+  padding: .2em;
+}