comparison 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
comparison
equal deleted inserted replaced
167:fad9ad1ec7c7 168:65cf1b0cfe86
4 <html> 4 <html>
5 <head> 5 <head>
6 <style type="text/css"> 6 <style type="text/css">
7 a { text-decoration:none; } 7 a { text-decoration:none; }
8 .parity0 { background-color: #eeeeee; } 8 .parity0 { background-color: #eeeeee; }
9 .parity1 { background-color: #ffffff; } 9 .parity1 { background-color: #f8f8f8; }
10 .lineno { width: 60px; color: #cccccc; font-size: smaller; } 10 .lineno { width: 60px; color: #cccccc; font-size: smaller; }
11 .plusline { color: green; } 11 .plusline { color: green; }
12 .minusline { color: red; } 12 .minusline { color: red; }
13 .atline { color: purple; } 13 .atline { color: purple; }
14 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } 14 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }