From 4dabee5461648bb040e73e7c90a3ce1902d70f77 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
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 %}
         <link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.min.css" type="text/css"/>
     {% endif %}
-    <link href="{{ SITEURL }}/theme/css/font-awesome.min.css" rel="stylesheet">
+    <!--<link href="{{ SITEURL }}/theme/css/font-awesome.min.css" rel="stylesheet">-->
 
     <link href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('native') }}.css" rel="stylesheet">
     {% if DOCUTIL_CSS %}
-- 
cgit v1.2.1