diff options
author | Sean Finney <seanius@debian.org> | 2008-06-25 01:00:01 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2008-06-25 01:00:01 +0200 |
commit | 54a7884a275b7dcf10873651f5b28886db87dd72 (patch) | |
tree | be0ba4f3d608178405a971bca70960b987e857b3 /static/css | |
parent | 92da2bbd8993b32a57e439582c8c91a7155d16b4 (diff) | |
download | patch-tracker-54a7884a275b7dcf10873651f5b28886db87dd72.tar.gz |
frontpage rework and quick/dirty jump form
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/patches.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/patches.css b/static/css/patches.css index 15fe762..39cc8bc 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -30,9 +30,10 @@ td, th { padding: 10px; } -div.patch { +div.patch, div.quicklinks, div.framed { margin: 30px; padding: 15px; background-color: #eee; border: 1px solid black; } + |