diff options
author | Sean Finney <seanius@debian.org> | 2009-11-12 17:01:06 +0100 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2009-11-12 17:01:06 +0100 |
commit | 0013ff6ecdac75562dda62bf537bd093e6011c45 (patch) | |
tree | 6c6b30029a9571afe65f3150b6569ad194a85c6c | |
parent | 9ed91cd2a5eeef213c621aaafd8184f63b6c25a8 (diff) | |
download | patch-tracker-0.20091112_pre-quilt.tar.gz |
temporarily disable the body border attribute0.20091112_pre-quilt
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.
-rw-r--r-- | static/css/patches.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |