From 89ecc99dd7e8875807c6fae142ea55fb03bf82d2 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Sun, 1 Jul 2012 19:54:42 -0400 Subject: CSS Styling continued --- templates/base.html | 56 ++++++++++++++++++++++++++----------------- templates/lists/list_nav.html | 40 ------------------------------- 2 files changed, 34 insertions(+), 62 deletions(-) delete mode 100644 templates/lists/list_nav.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 363f253..ee1f66e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,35 +14,47 @@ {% load i18n %} -
-
-
+
-
+ +
+ + + + + + + +
{% block content %} {% endblock %}
{% block footer %} {% endblock %} diff --git a/templates/lists/list_nav.html b/templates/lists/list_nav.html deleted file mode 100644 index 0eaa411..0000000 --- a/templates/lists/list_nav.html +++ /dev/null @@ -1,40 +0,0 @@ - -- cgit