diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/patches.css | 55 |
1 files changed, 38 insertions, 17 deletions
diff --git a/static/css/patches.css b/static/css/patches.css index 39cc8bc..56e29ca 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -1,33 +1,30 @@ -th { - background-color: #ddd; -} - -table.summary { +body { border: 1px solid; + padding: 20px; } -table.summary th { - text-align: left; -} - -table.patchlisting { - border-spacing: 0px; +h1 { + margin: 30px; + text-decoration: underline; } -table.patchlisting td, table.patchlisting th { - border: 1px solid; +h2 { + margin: 20px; } -table.packagelisting { +table { border-spacing: 0px; } -table.packagelisting td, table.packagelisting th { +th { + padding: 3px; border: 1px solid; + background-color: #ddd; } -td, th { - padding: 10px; +td { + padding: 3px; + border: 1px solid; } div.patch, div.quicklinks, div.framed { @@ -37,3 +34,27 @@ div.patch, div.quicklinks, div.framed { border: 1px solid black; } +div.pageheader { + font-size: large; + margin-left: 5px; + margin-right: 5px; + padding: 5px; + padding-top: 0px; + background-color: #eee; + border: 1px solid black; + height: 80px; +} + +div.pageheader img { + float: right; + height: 75px; + margin: 5px; +} + +div.breadcrumb { + font-size: medium; +} + +div.diffsummary, div.debdiff, div.nondebdiff, div.debseries { + margin-left: 40px; +} |