Code

Merge branch 'maint'
[git.git] / gitweb / gitweb.css
index 02623cbb6d450e0d63ac0b600c806b237bb75fcb..7908fe3b5fcf57e8cc91f4783579520a0af1725d 100644 (file)
@@ -181,10 +181,15 @@ table.diff_tree {
        font-family: monospace;
 }
 
+table.combined.diff_tree th {
+       text-align: center;
+}
+
 table.combined.diff_tree td {
        padding-right: 24px;
 }
 
+table.combined.diff_tree th.link,
 table.combined.diff_tree td.link {
        padding: 0px 2px;
 }
@@ -484,3 +489,7 @@ span.atnight {
 span.match {
        color: #e00000;
 }
+
+div.binary {
+       font-style: italic;
+}