X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2c742d1a925486a47f74710325b3076a7742a9f9..f072bc55b08675db93b2f892016e83d9f975dea2:/cgit.css?ds=sidebyside 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; }