diff options
author | Sean Finney <seanius@seanius.net> | 2009-11-29 16:12:56 +0100 |
---|---|---|
committer | Sean Finney <seanius@seanius.net> | 2009-11-29 16:12:56 +0100 |
commit | bf70c3ac3dfe77e9e3f86cd10d947f70e4f5166b (patch) | |
tree | ac80cc0a3056d8bbdf2e4eefbfcad63520742845 /static/css | |
parent | 77028261450f4e7490dcd1ff46c9fb385a76f360 (diff) | |
download | patch-tracker-bf70c3ac3dfe77e9e3f86cd10d947f70e4f5166b.tar.gz |
inject some zero-whitespace break characters in long version strings
Diffstat (limited to 'static/css')
-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 0cc8960..aa1473a 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -1,5 +1,5 @@ body { - /* border: 1px solid; XXX temp disabled until table overflow can be solved */ + border: 1px solid; padding: 20px; background-color: white; } |