]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
Revert part of "Makefile: add support for DESTDIR"
[cgit.git] / cgit.css
index 112dac1a0d4285e07bb77c5bace83293e07374f7..54bbfccb421faf0c35f6eb4749ccef40f9e88d06 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;
@@ -231,6 +240,7 @@ table.commit-info th {
        text-align: left;
        font-weight: normal;
        padding: 0.1em 1em 0.1em 0.1em;
+       vertical-align: top;
 }
 
 table.commit-info td {