diff options
Diffstat (limited to 'static/css/patches.css')
-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; +} |