diff --git a/templates/header.tmpl b/templates/header.tmpl --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -31,5 +31,10 @@ a { text-decoration:none; } .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;} .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; } .changelogEntry th.firstline { text-align: left; width: inherit; } + +/* Tag entries */ +#tagEntries { list-style: none; margin: 0; padding: 0; } +#tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } +#tagEntries .tagEntry span.node { font-family: monospace; } --> diff --git a/templates/map b/templates/map --- a/templates/map +++ b/templates/map @@ -28,7 +28,7 @@ changesetparent = "parent:#node|short#" fileannotateparent = "parent:#node|short#" tags = tags.tmpl -tagentry = "
#node# #tag#
" +tagentry = "
  • #node# #tag#
  • " diffblock = "
    #lines#
    " changelogtag = "tag: #tag#" changesettag = "tag: #tag#" diff --git a/templates/tags.tmpl b/templates/tags.tmpl --- a/templates/tags.tmpl +++ b/templates/tags.tmpl @@ -10,6 +10,8 @@

    tags:

    + #footer#