about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css10
1 files changed, 10 insertions, 0 deletions
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) {
353 background: white; 353 background: white;
354} 354}
355 355
356div#cgit table.blame td.lines > div {
357 position: relative;
358}
359
360div#cgit table.blame td.lines > div > pre {
361 padding: 0 0 0 0.5em;
362 position: absolute;
363 top: 0;
364}
365
356div#cgit table.bin-blob { 366div#cgit table.bin-blob {
357 margin-top: 0.5em; 367 margin-top: 0.5em;
358 border: solid 1px black; 368 border: solid 1px black;