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