Show More
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | <table class="slogEntry parity#parity#"> |
|
2 | 2 | <tr> |
|
3 | 3 | <td class="age">#date|age#</td> |
|
4 |
<td class="author">#author| |
|
|
4 | <td class="author">#author|person#</td> | |
|
5 | 5 | <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td> |
|
6 | 6 | </tr> |
|
7 | 7 | </table> |
@@ -58,10 +58,10 b' pre { margin: 0; }' | |||
|
58 | 58 | .logEntry th.firstline { text-align: left; width: inherit; } |
|
59 | 59 | |
|
60 | 60 | /* Shortlog entries */ |
|
61 |
.slogEntry { width: 100%; |
|
|
62 |
.slogEntry .age { width: |
|
|
61 | .slogEntry { width: 100%; } | |
|
62 | .slogEntry .age { width: 8em; } | |
|
63 | 63 | .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; } |
|
64 |
.slogEntry td.author { width: |
|
|
64 | .slogEntry td.author { width: 15em; } | |
|
65 | 65 | |
|
66 | 66 | /* Tag entries */ |
|
67 | 67 | #tagEntries { list-style: none; margin: 0; padding: 0; } |
General Comments 0
You need to be logged in to leave comments.
Login now