X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/aafc42d8089437db5105feb12d540c33fe9f9e16..dbaee2672be14374acb17266477c19294c6155f3:/cgit.css diff --git a/cgit.css b/cgit.css index 20b7e86..217a05a 100644 --- a/cgit.css +++ b/cgit.css @@ -353,6 +353,16 @@ div#cgit table.blame div.alt:nth-child(odd) { background: white; } +div#cgit table.blame td.lines > div { + position: relative; +} + +div#cgit table.blame td.lines > div > pre { + padding: 0 0 0 0.5em; + position: absolute; + top: 0; +} + div#cgit table.bin-blob { margin-top: 0.5em; border: solid 1px black;