diff --git a/templates/zephyr/base.html b/templates/zephyr/base.html
index 2b9d6ad2ec..680db16be7 100644
--- a/templates/zephyr/base.html
+++ b/templates/zephyr/base.html
@@ -5,19 +5,7 @@
Zephyr
-
+
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css
new file mode 100644
index 0000000000..ecf80e6110
--- /dev/null
+++ b/zephyr/static/styles/zephyr.css
@@ -0,0 +1,11 @@
+body {
+ /* Make room for the topbar */
+ padding-top: 50px;
+}
+
+/* From bootstrap-responsive.css */
+.navbar .brand {
+ padding-right: 10px;
+ padding-left: 10px;
+ margin: 0 0 0 -5px;
+}