diff options
author | Jeff Smith <whydoubt@gmail.com> | 2017-10-18 07:17:32 +0300 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-01-19 13:40:49 +0300 |
commit | 6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9 (patch) | |
tree | a8a85adbb2a98941634f89dc37cb8f026a9b5823 /cgit.css | |
parent | 1dd53e3a2ffec730ec27ebe15b3d63e0b417a544 (diff) |
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.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -300,6 +300,7 @@ div#cgit table.blob { border-top: solid 1px black; } +div#cgit table.blob td.hashes, div#cgit table.blob td.lines { margin: 0; padding: 0 0 0 0.5em; vertical-align: top; |