diff options
author | Sean Finney <seanius@debian.org> | 2008-06-11 21:47:17 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2008-06-11 21:47:17 +0200 |
commit | a1c489e00ec4ead9f5c55dd95d94b6b9e0602306 (patch) | |
tree | e384c3d7caa1e6838fd0cc79baa9706a1e9ae2ee /static/css | |
parent | 6a70f64a3cac69d9d6dc8346ad845db07f6c1dc5 (diff) | |
download | patch-tracker-a1c489e00ec4ead9f5c55dd95d94b6b9e0602306.tar.gz |
further cgi related fixes
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/patches.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/patches.css b/static/css/patches.css index 57c29b0..15fe762 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -34,4 +34,5 @@ div.patch { margin: 30px; padding: 15px; background-color: #eee; + border: 1px solid black; } |