]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
ui-log: Implement support for commit graphs
[ps-cgit] / cgit.css
index 0c88b65fe4cb1e5003c6bd569cefe4cd819af2a3..7600e847544eb3c6114c8b2599c7cda394b2ea59 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -153,26 +153,20 @@ table.list td {
        padding: 0.1em 0.5em 0.1em 0.5em;
 }
 
        padding: 0.1em 0.5em 0.1em 0.5em;
 }
 
-table.list td.logsubject {
-       font-family: monospace;
-       font-weight: bold;
-}
-
-table.list td.logmsg {
+table.list td.commitgraph {
        font-family: monospace;
        white-space: pre;
        font-family: monospace;
        white-space: pre;
-       padding: 1em 0.5em 2em 0.5em;
 }
 
 }
 
-table.list td.lognotes-label {
-       text-align:right;
-       vertical-align:top;
+table.list td.logsubject {
+       font-family: monospace;
+       font-weight: bold;
 }
 
 }
 
-table.list td.lognotes {
+table.list td.logmsg {
        font-family: monospace;
        white-space: pre;
        font-family: monospace;
        white-space: pre;
-       padding: 0em 0.5em 2em 0.5em;
+       padding: 0 0.5em;
 }
 
 table.list td a {
 }
 
 table.list td a {
@@ -742,4 +736,4 @@ table.ssdiff td.space {
 
 table.ssdiff td.space div {
        min-height: 3em;
 
 table.ssdiff td.space div {
        min-height: 3em;
-}
\ No newline at end of file
+}