diff options
author | Sean Finney <seanius@debian.org> | 2008-06-02 00:14:35 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2008-06-02 00:14:35 +0200 |
commit | d84c4c56500e5de9109507cf46476505d4b1d0a9 (patch) | |
tree | 58de0ab4b1fe0fbd7dd5ed0c5cb20b5cb7bc6805 /static | |
download | patch-tracker-d84c4c56500e5de9109507cf46476505d4b1d0a9.tar.gz |
initial work-in-progress code
Diffstat (limited to 'static')
-rw-r--r-- | static/css/patches.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/static/css/patches.css b/static/css/patches.css new file mode 100644 index 0000000..a055320 --- /dev/null +++ b/static/css/patches.css @@ -0,0 +1,27 @@ +table.summary { + border: 1px solid; +} + +table.summary th { + text-align: left; +} + +table.patchlisting { + border-spacing: 0px; +} + +table.patchlisting td, table.patchlisting th { + border: 1px solid; +} + +table.packagelisting { + border-spacing: 0px; +} + +table.packagelisting td, table.packagelisting th { + border: 1px solid; +} + +td, th { + padding: 10px; +} |