]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
ui-log: Implement support for commit graphs
[ps-cgit] / cgit.css
index 7a5f423f1b7cdf864de54a5201146f36d85be52b..7600e847544eb3c6114c8b2599c7cda394b2ea59 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -153,6 +153,11 @@ table.list td {
        padding: 0.1em 0.5em 0.1em 0.5em;
 }
 
+table.list td.commitgraph {
+       font-family: monospace;
+       white-space: pre;
+}
+
 table.list td.logsubject {
        font-family: monospace;
        font-weight: bold;
@@ -731,4 +736,4 @@ table.ssdiff td.space {
 
 table.ssdiff td.space div {
        min-height: 3em;
-}
\ No newline at end of file
+}