publication/css/periplus.css
changeset 46 efd9c589177a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/publication/css/periplus.css	Fri Mar 28 18:22:20 2014 +0100
@@ -0,0 +1,26 @@
+/* Move down content because we have a fixed navbar that is 50px tall */
+body {
+  padding-top: 50px;
+  padding-bottom: 20px;
+}
+
+.navbar-periplus {
+background-color: SteelBlue;
+border-color: #e7e7e7;
+}
+
+.navbar-periplus .navbar-brand-periplus {
+    color: whitesmoke;
+    background-color: transparent;
+}
+    
+.navbar-periplus .navbar-brand-periplus:focus {
+    color: whitesmoke;
+    background-color: transparent;
+}
+    
+.navbar-periplus .navbar-brand-periplus:hover {
+    color: silver;
+    background-color: transparent;
+}
+    
\ No newline at end of file