Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -140,20 +140,22 @@ td#search input { background-color: #fff; } -div#summary { +td#summary { vertical-align: top; - margin-bottom: 1em; + padding-bottom: 1em; } -table#downloads { +td#archivelist { + padding-bottom: 1em; +} + +td#archivelist table { float: right; border-collapse: collapse; border: solid 1px #777; - margin-left: 0.5em; - margin-bottom: 0.5em; } -table#downloads th { +td#archivelist table th { background-color: #ccc; } |