]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
tests: handle paths with whitespace
[cgit.git] / cgit.css
index 008cff8e0c766fa4bf85a6f7fbaee7e644335b60..8f409c39b1ed58d521b8f171bbc593c81e5f8c3c 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -293,7 +293,7 @@ table.blob pre {
        padding: 0; margin: 0;
 }
 
-table.blob a.no {
+table.blob a.no, table.ssdiff a.no {
        color: gray;
        text-align: right;
        text-decoration: none;
@@ -654,7 +654,7 @@ table.hgraph th {
 }
 
 table.hgraph td {
-       vertical-align: center;
+       vertical-align: middle;
        padding: 2px 2px;
 }
 
@@ -731,7 +731,7 @@ table.ssdiff td.lineno {
 }
 
 table.ssdiff td.hunk {
-       color: #black;
+       color: black;
        background: #ccf;
        border-top: solid 1px #aaa;
        border-bottom: solid 1px #aaa;