annotate templates/coal/header.tmpl @ 6463:5e011a402352

coal: more tweaks - move icons inside links - set icon borders to 0 - make active menu button white on black and remove bar
author Matt Mackall <mpm@selenic.com>
date Fri, 04 Apr 2008 13:43:25 -0500
parents cb16217ff4d8
children 6a888d491eaf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6453
cb16217ff4d8 coal: more tweaking
Matt Mackall <mpm@selenic.com>
parents: 6436
diff changeset
1 <!-- quirksmode -->
6436
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
3 <html>
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
4 <head>
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
5 <link rel="icon" href="{staticurl}hgicon.png" type="image/png">
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
6 <meta name="robots" content="index, nofollow" />
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
7 <link rel="stylesheet" href="{staticurl}style-coal.css" type="text/css" />