From f08dc13f7319c7886af0acad3c48f080b9338a7a Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Wed, 16 Jan 2013 15:40:04 -0500 Subject: [PATCH] Add a fixed navbar at the top of the page. (imported from commit 1e131932503afe97ddd08e8538b2a0f43727313c) --- templates/zephyr/index.html | 8 ++++++++ zephyr/static/styles/zephyr.css | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index d124f338a8..a60c8a1712 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -100,6 +100,14 @@ var people_list = [ {% endblock %} {% block content %} +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 8616ca2c52..a6cf4a7139 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -34,7 +34,7 @@ a:hover code { .sidebar-nav { background-color: white; padding: 0.5em; - margin-top: 2em; + margin-top: 3em; overflow: hidden; text-overflow: ellipsis; }