diff templates/static/style.css @ 2686:d98eebc48d5e

[hgweb] Shortlog template for default theme
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Wed, 26 Jul 2006 20:26:52 -0400
parents 290534ee163c
children 7a7d4937272b
line wrap: on
line diff
--- a/templates/static/style.css	Mon Jul 24 20:56:30 2006 -0400
+++ b/templates/static/style.css	Wed Jul 26 20:26:52 2006 -0400
@@ -57,6 +57,12 @@
 .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; }