X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fstatic%2Fgitweb.css;h=7d88509208417e4b1222629002ea339ecc32526e;hb=ba9a247bf62a56c354bca640ba0ee131a3347864;hp=8dd093563eb879872821c62008b35d32a819e9d1;hpb=2ae8da2552f43802476676bb86b037e9028b7a7c;p=git.git diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index 8dd093563..7d8850920 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/static/gitweb.css @@ -295,6 +295,13 @@ td.current_head { text-decoration: underline; } +td.category { + background-color: #d9d8d1; + border-top: 1px solid #000000; + border-left: 1px solid #000000; + font-weight: bold; +} + table.diff_tree span.file_status.new { color: #008000; }