X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7710178e45dee61e85ea77c4221309ce8c086f95..ef0c6aadf70e33ef63f0a68ca16338a49d0a3f1f:/cgit.css diff --git a/cgit.css b/cgit.css index e8214de..adfc8ae 100644 --- a/cgit.css +++ b/cgit.css @@ -236,26 +236,50 @@ table.blob { border-top: solid 1px black; } -table.blob td.no { - border-right: solid 1px black; +table.blob td.lines { + margin: 0; padding: 0; + vertical-align: top; color: black; +} + +table.blob td.linenumbers { + margin: 0; padding: 0; + vertical-align: top; + border-right: 1px solid gray; background-color: #eee; +} + +table.blob pre { + padding: 0; margin: 0; +} + +table.blob a.no { + color: gray; text-align: right; + text-decoration: none; } -table.blob td.no a { +table.blob a.no a:hover { color: black; } -table.blob td.no a:hover { - color: black; - text-decoration: none; +table.bin-blob { + margin-top: 0.5em; + border: solid 1px black; } -table.blob td.txt { +table.bin-blob th { + font-family: monospace; white-space: pre; + border: solid 1px #777; + padding: 0.5em 1em; +} + +table.bin-blob td { font-family: monospace; - padding-left: 0.5em; + white-space: pre; + border-left: solid 1px #777; + padding: 0em 1em; } table.nowrap td { @@ -495,6 +519,12 @@ a.deco { background-color: #ff8888; border: solid 1px #770000; } + +div.commit-subject a { + margin-left: 1em; + font-size: 75%; +} + table.stats { border: solid 1px black; border-collapse: collapse;