]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
tests: handle paths with whitespace
[cgit.git] / cgit.css
index a2a685b412d83a2672cb9c90c1b6efe561390b3d..8f409c39b1ed58d521b8f171bbc593c81e5f8c3c 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -153,26 +153,44 @@ table.list td {
        padding: 0.1em 0.5em 0.1em 0.5em;
 }
 
-table.list td.logsubject {
+table.list td.commitgraph {
        font-family: monospace;
-       font-weight: bold;
+       white-space: pre;
 }
 
-table.list td.logmsg {
-       font-family: monospace;
-       white-space: pre;
-       padding: 1em 0.5em 2em 0.5em;
+table.list td.commitgraph .column1 {
+       color: #a00;
+}
+
+table.list td.commitgraph .column2 {
+       color: #0a0;
+}
+
+table.list td.commitgraph .column3 {
+       color: #aa0;
+}
+
+table.list td.commitgraph .column4 {
+       color: #00a;
+}
+
+table.list td.commitgraph .column5 {
+       color: #a0a;
 }
 
-table.list td.lognotes-label {
-       text-align:right;
-       vertical-align:top;
+table.list td.commitgraph .column6 {
+       color: #0aa;
 }
 
-table.list td.lognotes {
+table.list td.logsubject {
+       font-family: monospace;
+       font-weight: bold;
+}
+
+table.list td.logmsg {
        font-family: monospace;
        white-space: pre;
-       padding: 0em 0.5em 2em 0.5em;
+       padding: 0 0.5em;
 }
 
 table.list td a {
@@ -275,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;
@@ -636,7 +654,7 @@ table.hgraph th {
 }
 
 table.hgraph td {
-       vertical-align: center;
+       vertical-align: middle;
        padding: 2px 2px;
 }
 
@@ -713,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;