From 44060f03dfd6fb9f1925496f06992984ef41062b Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 27 Nov 2011 23:03:06 +0100 Subject: update bootstrap to the last version. Clean some css --- budget/templates/list_bills.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'budget/templates/list_bills.html') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index e62a3bc..8751e31 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -14,7 +14,7 @@ auto_hide_default_text('#name'); $(window).resize(function() { - $("#sidebar").height( window.innerHeight-40 ); + $("#sidebar").height( window.innerHeight-50 ); $("#table_overflow").height( $("#sidebar").height()-120 ); }); @@ -83,7 +83,6 @@ {% block sidebar %}