the repository which powers this website
cgit.css: align commit message with subject in expanded log listing
Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2009-08-10
parent e6cd712 · commit 4c228e3
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index adfc8ae0..e3b32e75 100644
--- a/cgit.css
+++ b/cgit.css
@@ -155,7 +155,7 @@ table.list td.logsubject {
table.list td.logmsg {
font-family: monospace;
white-space: pre;
- padding: 1em 0em 2em 0em;
+ padding: 1em 0.5em 2em 0.5em;
}
table.list td a {