diff options
author | Sean Finney <seanius@debian.org> | 2008-06-11 01:05:17 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2008-06-11 01:05:17 +0200 |
commit | 6a70f64a3cac69d9d6dc8346ad845db07f6c1dc5 (patch) | |
tree | 6d9a50f32d7f89b51cadb688d81e7b8578905a08 /static/css | |
parent | 90b32ea02cd73f90f66b9d0698cc6f71a6f77125 (diff) | |
download | patch-tracker-6a70f64a3cac69d9d6dc8346ad845db07f6c1dc5.tar.gz |
initial stab at cgi-based patch generation
complete with many ugly hacks to workaround the lack
of an underlying database. hopefully it's all marked
with XXX for later fixing :)
does not cover all patch cases, in fact currently it only
covers series patch viewing and downloading.
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/patches.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/patches.css b/static/css/patches.css index 6c7509e..57c29b0 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -29,3 +29,9 @@ table.packagelisting td, table.packagelisting th { td, th { padding: 10px; } + +div.patch { + margin: 30px; + padding: 15px; + background-color: #eee; +} |