From 4dabee5461648bb040e73e7c90a3ce1902d70f77 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Nov 2014 23:11:21 -0500 Subject: Organize site explicitly using pages. --- themes/lv2/static/css/style.css | 4 ++++ themes/lv2/templates/base.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'themes/lv2') diff --git a/themes/lv2/static/css/style.css b/themes/lv2/static/css/style.css index 7dc91ce..8e4d83a 100644 --- a/themes/lv2/static/css/style.css +++ b/themes/lv2/static/css/style.css @@ -213,4 +213,8 @@ h1 { .page-header { margin-top: 10px; +} + +.navbar-right { + display: none; } \ No newline at end of file diff --git a/themes/lv2/templates/base.html b/themes/lv2/templates/base.html index ae04fb1..b23234c 100644 --- a/themes/lv2/templates/base.html +++ b/themes/lv2/templates/base.html @@ -71,7 +71,7 @@ {% else %} {% endif %} - + {% if DOCUTIL_CSS %} -- cgit v1.2.1