From 1387db498369739d7637cea7601af86135b7f40a Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 16 Mar 2012 19:31:31 +0530 Subject: few more minor changes --- testapp/static/exam/css/base.css | 2 +- testapp/templates/base.html | 32 ++------------------------------ 2 files changed, 3 insertions(+), 31 deletions(-) (limited to 'testapp') diff --git a/testapp/static/exam/css/base.css b/testapp/static/exam/css/base.css index 48a2269..80f52d7 100644 --- a/testapp/static/exam/css/base.css +++ b/testapp/static/exam/css/base.css @@ -222,7 +222,7 @@ body { } .content .span10, .content .span14 { - min-height: 500px; + min-height: 475px; } .content .span4 { margin-left: 0; diff --git a/testapp/templates/base.html b/testapp/templates/base.html index e7eacfd..3dfbe10 100644 --- a/testapp/templates/base.html +++ b/testapp/templates/base.html @@ -23,7 +23,6 @@ -
- {% block content %} +

{% block formtitle %} {% endblock formtitle %}


+ {% block content %} {% endblock %}
@@ -44,31 +44,3 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit