comparison 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
comparison
equal deleted inserted replaced
2684:783220e5d2d1 2686:d98eebc48d5e
55 .logEntry .age { width: 15%; } 55 .logEntry .age { width: 15%; }
56 .logEntry th { font-weight: normal; text-align: right; vertical-align: top; } 56 .logEntry th { font-weight: normal; text-align: right; vertical-align: top; }
57 .logEntry th.age, .logEntry th.firstline { font-weight: bold; } 57 .logEntry th.age, .logEntry th.firstline { font-weight: bold; }
58 .logEntry th.firstline { text-align: left; width: inherit; } 58 .logEntry th.firstline { text-align: left; width: inherit; }
59 59
60 /* Shortlog entries */
61 .slogEntry { width: 100%; font-size: smaller; }
62 .slogEntry .age { width: 7%; }
63 .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; }
64 .slogEntry td.author { width: 35%; }
65
60 /* Tag entries */ 66 /* Tag entries */
61 #tagEntries { list-style: none; margin: 0; padding: 0; } 67 #tagEntries { list-style: none; margin: 0; padding: 0; }
62 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } 68 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
63 69
64 /* Changeset entry */ 70 /* Changeset entry */