From d84c4c56500e5de9109507cf46476505d4b1d0a9 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Mon, 2 Jun 2008 00:14:35 +0200 Subject: initial work-in-progress code --- static/css/patches.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 static/css/patches.css (limited to 'static/css/patches.css') 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; +} -- cgit v1.2.3