Show More
@@ -31,5 +31,10 b' a { text-decoration:none; }' | |||||
31 | .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;} |
|
31 | .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;} | |
32 | .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; } |
|
32 | .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; } | |
33 | .changelogEntry th.firstline { text-align: left; width: inherit; } |
|
33 | .changelogEntry th.firstline { text-align: left; width: inherit; } | |
|
34 | ||||
|
35 | /* Tag entries */ | |||
|
36 | #tagEntries { list-style: none; margin: 0; padding: 0; } | |||
|
37 | #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } | |||
|
38 | #tagEntries .tagEntry span.node { font-family: monospace; } | |||
34 | --> |
|
39 | --> | |
35 | </style> |
|
40 | </style> |
@@ -28,7 +28,7 b' changesetparent = "<tr><td class="metata' | |||||
28 | filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>" |
|
28 | filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>" | |
29 | fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#">#node|short#</a></td></tr>" |
|
29 | fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#">#node|short#</a></td></tr>" | |
30 | tags = tags.tmpl |
|
30 | tags = tags.tmpl | |
31 |
tagentry = "< |
|
31 | tagentry = "<li class="tagEntry parity#parity#"><span class="node">#node#</span> <a href="?cmd=changeset;node=#node#">#tag#</a></li>" | |
32 | diffblock = "<div class="parity#parity#">#lines#</div>" |
|
32 | diffblock = "<div class="parity#parity#">#lines#</div>" | |
33 | changelogtag = "<tr><td align="right">tag: </td><td>#tag#</td></tr>" |
|
33 | changelogtag = "<tr><td align="right">tag: </td><td>#tag#</td></tr>" | |
34 | changesettag = "<tr><td class="metatag">tag: </td><td>#tag#</td></tr>" |
|
34 | changesettag = "<tr><td class="metatag">tag: </td><td>#tag#</td></tr>" |
General Comments 0
You need to be logged in to leave comments.
Login now