diff templates/coal/manifest.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 d93f2f39bef4
children eec89a03db08
line wrap: on
line diff
--- a/templates/coal/manifest.tmpl	Wed Apr 02 18:47:17 2008 -0500
+++ b/templates/coal/manifest.tmpl	Wed Apr 02 18:47:19 2008 -0500
@@ -3,6 +3,7 @@
 </head>
 <body>
 
+<div class="container">
 <div class="menu">
 <div class="logo">
 <a href="http://www.selenic.com/mercurial/">
@@ -47,5 +48,6 @@
 {dentries%direntry}
 {fentries%fileentry}
 </table>
-</main>
+</div>
+</div>
 {footer}