diff templates/htmlstart.tmpl @ 136:0e8d60d2bb2b

added annotate fixed error page to get tmpl_dir
author jake@edge2.net
date Sat, 21 May 2005 22:43:14 -0700
parents fb84d3e71042
children b45b1b00fc9e
line wrap: on
line diff
--- a/templates/htmlstart.tmpl
+++ b/templates/htmlstart.tmpl
@@ -9,9 +9,14 @@ table { font-size: 12px; }
 .filename { font-size: 150%; color: purple; }
 .manifest { font-size: 150%; color: purple; }
 .filehist { font-size: 150%; color: purple; }
+.annotation { font-size: 150%; color: purple; }
 .plusline { color: green; }
 .minusline { color: red; }
 .atline { color: purple; }
+a.annlinelink { text-decoration: none; color: black; }
+a.revnumlink { text-decoration: none; color: black; }
+a.annlinelink:hover { text-decoration: none; color: blue; }
+a.revnumlink:hover { text-decoration: none; color: blue; }
 </style>
 </HEAD>
 <BODY>