X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed..1a63cfcc3d83919e790e7e279eb35fc75adb0e3c:/cgit.css diff --git a/cgit.css b/cgit.css index 95c3e40..8977533 100644 --- a/cgit.css +++ b/cgit.css @@ -140,22 +140,20 @@ td#search input { background-color: #fff; } -td#summary { +div#summary { vertical-align: top; - padding-bottom: 1em; + margin-bottom: 1em; } -td#archivelist { - padding-bottom: 1em; -} - -td#archivelist table { +table#downloads { float: right; border-collapse: collapse; border: solid 1px #777; + margin-left: 0.5em; + margin-bottom: 0.5em; } -td#archivelist table th { +table#downloads th { background-color: #ccc; } @@ -388,3 +386,28 @@ td.toplevel-repo { table.list td.sublevel-repo { padding-left: 1.5em; } + +span.age-mins { + font-weight: bold; + color: #080; +} + +span.age-hours { + color: #080; +} + +span.age-days { + color: #040; +} + +span.age-weeks { + color: #444; +} + +span.age-months { + color: #888; +} + +span.age-years { + color: #bbb; +}