diff templates/header.tmpl @ 168:65cf1b0cfe86

hgweb: add tags links and manifest links This adds a simple new tags page to browse by tag, adds the tag link everywhere, and adds manifest links to the tags and changelog pages.
author mpm@selenic.com
date Thu, 26 May 2005 12:24:01 -0800
parents 083c38bdfa64
children e9b1147db448
line wrap: on
line diff
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -6,7 +6,7 @@ Content-type: text/html
 <style type="text/css">
 a { text-decoration:none; }
 .parity0 { background-color: #eeeeee; }
-.parity1 { background-color: #ffffff; }
+.parity1 { background-color: #f8f8f8; }
 .lineno { width: 60px; color: #cccccc; font-size: smaller; }
 .plusline { color: green; }
 .minusline { color: red; }