From 0013ff6ecdac75562dda62bf537bd093e6011c45 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Thu, 12 Nov 2009 17:01:06 +0100 Subject: temporarily disable the body border attribute the large table is overflowing past the body element, and it looks like crap (at least in iceweasel). until the proper css/html foo is put in place the border is disabled. --- static/css/patches.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/patches.css b/static/css/patches.css index aa1473a..0cc8960 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -1,5 +1,5 @@ body { - border: 1px solid; + /* border: 1px solid; XXX temp disabled until table overflow can be solved */ padding: 20px; background-color: white; } -- cgit v1.2.3