# HG changeset patch # User Matt Mackall # Date 1129793184 25200 # Node ID 90b62337f8dd652f13227b40c98cbca3ba88d8dd # Parent 19d2776f172565ce0867893bf963f259ac132003 hgweb: add a mercurial link to the footer diff --git a/templates/changeset.tmpl b/templates/changeset.tmpl --- a/templates/changeset.tmpl +++ b/templates/changeset.tmpl @@ -40,7 +40,6 @@ #diff# - - +#footer# diff --git a/templates/footer.tmpl b/templates/footer.tmpl --- a/templates/footer.tmpl +++ b/templates/footer.tmpl @@ -1,2 +1,7 @@ + + diff --git a/templates/header.tmpl b/templates/header.tmpl --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -21,6 +21,7 @@ a { text-decoration:none; } font-family: sans; font-weight: bold; } + .metatag { background-color: #888888; color: white; @@ -30,6 +31,23 @@ a { text-decoration:none; } /* Common */ pre { margin: 0; } +.logo { + background-color: #333; + padding: 4pt; + margin: 8pt 0 8pt 8pt; + font-family: sans; + font-size: 60%; + color: white; + float: right; + clear: right; + text-align: left; +} + +.logo a { + font-weight: bold; + font-size: 150%; + color: #999; +} /* Changelog entries */ .changelogEntry { width: 100%; }