]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: '--cc' for merges in 'commitdiff' view
[Gitweb] / gitweb.css
index f2cd0ab5787e6111d034ae4abf133356715c9dc1be96dfc6ab674a8f2c64c260..64b91d079871f68ce2e9623aeb0461fd7915aeb7b7cb086ae8a8d2219568f45f 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;
+}
This page took 0.236257 seconds and 4 git commands to generate.