diff templates/coal/tags.tmpl @ 6453:cb16217ff4d8

coal: more tweaking - add quirksmode hack in attempt to make MSIE happy - add container divs for more browsers compatibility - fix file log button on file page - link to first line of file source from browser - change revision navigator style
author Matt Mackall <mpm@selenic.com>
date Wed, 02 Apr 2008 18:47:19 -0500
parents 856ae126f48c
children 0dba955c2636
line wrap: on
line diff
--- a/templates/coal/tags.tmpl	Wed Apr 02 18:47:17 2008 -0500
+++ b/templates/coal/tags.tmpl	Wed Apr 02 18:47:19 2008 -0500
@@ -7,6 +7,7 @@
 </head>
 <body>
 
+<div class="container">
 <div class="menu">
 <div class="logo">
 <a href="http://www.selenic.com/mercurial/">
@@ -35,5 +36,6 @@
 {entries%tagentry}
 </table>
 </div>
+</div>
 
 {footer}