X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/05682ac42e8d64f8c9532da9ba9621d781b611ed56f72ffbcc02ac5178020f0e..aff2acf1437fb10d6b390b236146736c4e8044d3cc1f34506ea2b4b4a82df65d:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 4fc00f0..a32aa51 100644 --- a/gitweb.css +++ b/gitweb.css @@ -181,12 +181,16 @@ td { vertical-align: top; } -td.link { +td.link, td.selflink { padding: 2px 5px; font-family: sans-serif; font-size: 10px; } +td.selflink { + padding-right: 0px; +} + td.sha1 { font-family: monospace; } @@ -196,6 +200,10 @@ td.error { background-color: yellow; } +td.current_head { + text-decoration: underline; +} + table.diff_tree span.file_status.new { color: #008000; }