aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css40
1 files changed, 11 insertions, 29 deletions
diff --git a/cgit.css b/cgit.css
index 008cff8..a2a685b 100644
--- a/cgit.css
+++ b/cgit.css
@@ -153,44 +153,26 @@ table.list td {
padding: 0.1em 0.5em 0.1em 0.5em;
}
-table.list td.commitgraph {
+table.list td.logsubject {
font-family: monospace;
- white-space: pre;
-}
-
-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;
+ font-weight: bold;
}
-table.list td.commitgraph .column6 {
- color: #0aa;
+table.list td.logmsg {
+ font-family: monospace;
+ white-space: pre;
+ padding: 1em 0.5em 2em 0.5em;
}
-table.list td.logsubject {
- font-family: monospace;
- font-weight: bold;
+table.list td.lognotes-label {
+ text-align:right;
+ vertical-align:top;
}
-table.list td.logmsg {
+table.list td.lognotes {
font-family: monospace;
white-space: pre;
- padding: 0 0.5em;
+ padding: 0em 0.5em 2em 0.5em;
}
table.list td a {