summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2009-11-12 17:01:06 +0100
committerSean Finney <seanius@debian.org>2009-11-12 17:01:06 +0100
commit0013ff6ecdac75562dda62bf537bd093e6011c45 (patch)
tree6c6b30029a9571afe65f3150b6569ad194a85c6c
parent9ed91cd2a5eeef213c621aaafd8184f63b6c25a8 (diff)
downloadpatch-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.css2
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;
}