Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-08-10 20:03:31 +0400
committerLars Hjemli <hjemli@gmail.com>2009-08-10 20:03:31 +0400
commit4c228e3c3b9d457b603f2a65bd98aaedb3c16b3a (patch)
treedeef22a0e492e55ec8e05d21a71fd089a2605b6f /cgit.css
parente6cd7121edf55c13f04cd5d6fca8f07c4035ce0a (diff)
cgit.css: align commit message with subject in expanded log listing
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index adfc8ae..e3b32e7 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 {