X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/849f0f0f02f858e21fbe59295846e51628f82915..426032f767763b46f462de51d1ebded34f671d79:/cgit.css diff --git a/cgit.css b/cgit.css index 8bd6bf4..cda437e 100644 --- a/cgit.css +++ b/cgit.css @@ -174,35 +174,38 @@ div.error { margin: 1em 2em; } -td.ls-blob, td.ls-dir, td.ls-mod { +a.ls-blob, a.ls-dir, a.ls-mod { font-family: monospace; } -div.ls-dir a { - font-weight: bold; +td.ls-size { + text-align: right; } -th.filesize, td.filesize { - text-align: right; +td.ls-size { + font-family: monospace; } -td.filesize { +td.ls-mode { font-family: monospace; } -td.links { - font-size: 80%; - padding-left: 2em; +table.blob { + margin-top: 0.5em; + border-top: solid 1px black; } -td.filemode { - font-family: monospace; +table.blob td.no { + border-right: solid 1px black; + color: black; + background-color: #eee; + text-align: right; } -td.blob { +table.blob td.txt { white-space: pre; font-family: monospace; - background-color: white; + padding-left: 0.5em; } table.nowrap td {