X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/4c228e3c3b9d457b603f2a65bd98aaedb3c16b3a..f072bc55b08675db93b2f892016e83d9f975dea2:/cgit.css diff --git a/cgit.css b/cgit.css index e3b32e7..c47ebc9 100644 --- a/cgit.css +++ b/cgit.css @@ -237,16 +237,16 @@ table.blob { } table.blob td.lines { - margin: 0; padding: 0; + margin: 0; padding: 0 0 0 0.5em; vertical-align: top; color: black; } table.blob td.linenumbers { - margin: 0; padding: 0; + margin: 0; padding: 0 0.5em 0 0.5em; vertical-align: top; + text-align: right; border-right: 1px solid gray; - background-color: #eee; } table.blob pre { @@ -429,7 +429,7 @@ table.diff td div.del { text-align: right; } -table.list td.repogroup { +table.list td.reposection { font-style: italic; color: #888; }