mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 01:54:28 +02:00
ui-blame: Distinguish hashes column from lines column
Signed-off-by: Jeff Smith <whydoubt@gmail.com> Reviewed-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
1dd53e3a2f
commit
6b5b655f6d
2 changed files with 2 additions and 1 deletions
1
cgit.css
1
cgit.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue