about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorJeff Smith2017-10-17 23:17:32 -0500
committerJason A. Donenfeld2018-01-19 11:40:49 +0100
commit6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9 (patch)
treea8a85adbb2a98941634f89dc37cb8f026a9b5823 /cgit.css
parentgit: update to v2.16.0 (diff)
downloadcgit-6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9.tar.gz
cgit-6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9.zip
ui-blame: Distinguish hashes column from lines column
Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Reviewed-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 836f8ae..893ebeb 100644 --- a/cgit.css +++ b/cgit.css
@@ -300,6 +300,7 @@ div#cgit table.blob {
300 border-top: solid 1px black; 300 border-top: solid 1px black;
301} 301}
302 302
303div#cgit table.blob td.hashes,
303div#cgit table.blob td.lines { 304div#cgit table.blob td.lines {
304 margin: 0; padding: 0 0 0 0.5em; 305 margin: 0; padding: 0 0 0 0.5em;
305 vertical-align: top; 306 vertical-align: top;