##// END OF EJS Templates
hgweb: fixed IE display problem on changelog page...
TK Soh -
r1334:0843e1bf default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 1 <table class="changelogEntry parity#parity#">
2 2 <tr>
3 <th class="age">#date|age# ago:</th>
3 <th class="age" width="15%">#date|age# ago:</th>
4 4 <th class="firstline">#desc|firstline|escape#</th>
5 5 </tr>
6 6 <tr>
@@ -21,4 +21,4 b''
21 21 <th class="files"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:</th>
22 22 <td class="files">#files#</td>
23 23 </tr>
24 </table> No newline at end of file
24 </table>
@@ -32,7 +32,7 b' pre { margin: 0; }'
32 32
33 33 /* Changelog entries */
34 34 .changelogEntry { width: 100%; }
35 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;}
35 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
36 36 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
37 37 .changelogEntry th.firstline { text-align: left; width: inherit; }
38 38
General Comments 0
You need to be logged in to leave comments. Login now