]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
cgit.css: make diff headers more visible
[cgit.git] / cgit.css
index 43a40a369d9ed795b8265995f9b2faa22cbee4a6..f69cc7574d1b8e6a55ec2243b6e609ee5459f047 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -212,6 +212,15 @@ table.blob td.no {
        text-align: right;
 }
 
+table.blob td.no a {
+       color: black;
+}
+
+table.blob td.no a:hover {
+       color: black;
+       text-decoration: none;
+}
+
 table.blob td.txt {
        white-space: pre;
        font-family: monospace;
@@ -263,10 +272,6 @@ table.diffstat {
        background-color: #eee;
 }
 
-table.diffstat tr:hover {
-       background-color: #ccc;
-}
-
 table.diffstat th {
        font-weight: normal;
        text-align: left;
@@ -330,6 +335,10 @@ div.diffstat-summary {
        padding-top: 0.5em;
 }
 
+table.diff {
+       width: 100%;
+}
+
 table.diff td {
        font-family: monospace;
        white-space: pre;
@@ -337,7 +346,8 @@ table.diff td {
 
 table.diff td div.head {
        font-weight: bold;
-       padding-top: 1em;
+       margin-top: 1em;
+       background-color: #eee;
 }
 
 table.diff td div.hunk {