templates/static/style.css
changeset 2686 d98eebc48d5e
parent 2171 290534ee163c
child 4659 7a7d4937272b
--- a/templates/static/style.css
+++ b/templates/static/style.css
@@ -57,6 +57,12 @@ pre { margin: 0; }
 .logEntry th.age, .logEntry th.firstline { font-weight: bold; }
 .logEntry th.firstline { text-align: left; width: inherit; }
 
+/* Shortlog entries */
+.slogEntry { width: 100%; font-size: smaller; }
+.slogEntry .age { width: 7%; }
+.slogEntry td { font-weight: normal; text-align: left; vertical-align: top; }
+.slogEntry td.author { width: 35%; }
+
 /* Tag entries */
 #tagEntries { list-style: none; margin: 0; padding: 0; }
 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }