diff options
author | Sean Finney <seanius@debian.org> | 2008-06-02 02:14:21 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2008-06-02 02:14:21 +0200 |
commit | 8ae6627249e5d6a7fc02d3280dc3818fd64f21aa (patch) | |
tree | b173894c196823cc58500a3841f41a1850c06917 /static/css | |
parent | d84c4c56500e5de9109507cf46476505d4b1d0a9 (diff) | |
download | patch-tracker-8ae6627249e5d6a7fc02d3280dc3818fd64f21aa.tar.gz |
first shot at patch handling/mangling/markup
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/patches.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/patches.css b/static/css/patches.css index a055320..6c7509e 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -1,3 +1,7 @@ +th { + background-color: #ddd; +} + table.summary { border: 1px solid; } |