diff --git a/templates/changelog.tmpl b/templates/changelog.tmpl --- a/templates/changelog.tmpl +++ b/templates/changelog.tmpl @@ -18,7 +18,7 @@ -navigate: #changenav%naventry# +navigate: #changenav%naventry#

@@ -29,7 +29,7 @@ navigate: #changenav%naventry#search: -navigate: #changenav%naventry# +navigate: #changenav%naventry#

diff --git a/templates/header.tmpl b/templates/header.tmpl --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -21,6 +21,12 @@ a { text-decoration:none; } font-family: sans; font-weight: bold; } +.navigate a { + background-color: #ccc; + padding: 2pt; + font-family: sans; + color: black; +} .metatag { background-color: #888888;