Mercurial > hg
changeset 6096:d8477881ee0f
hgweb: add new logos
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 14 Feb 2008 10:28:27 -0600 |
parents | a799a06778f3 |
children | 9b817c0a82f1 |
files | templates/footer.tmpl templates/static/hgicon.png templates/static/hglogo.png templates/static/style.css |
diffstat | 4 files changed, 2 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/footer.tmpl Thu Feb 14 10:25:24 2008 -0600 +++ b/templates/footer.tmpl Thu Feb 14 10:28:27 2008 -0600 @@ -1,7 +1,7 @@ #motd# <div class="logo"> -powered by<br/> -<a href="http://www.selenic.com/mercurial/">mercurial</a> +<a href="http://www.selenic.com/mercurial/"> +<img src="#staticurl#hglogo.png" width=75 height=90" border=0 alt="mercurial"></a> </div> </body>
--- a/templates/static/style.css Thu Feb 14 10:25:24 2008 -0600 +++ b/templates/static/style.css Thu Feb 14 10:28:27 2008 -0600 @@ -34,21 +34,8 @@ 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/Filelog entries */