X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/05682ac42e8d64f8c9532da9ba9621d781b611ed56f72ffbcc02ac5178020f0e..c15d7cebfec4afda5a7fc77848c8c3dc045df66ddfe0d304d9f5b8c89fc7a7f3:/gitweb.css?ds=sidebyside 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; }