hgweb: add new logos
authorMatt Mackall <mpm@selenic.com>
Thu, 14 Feb 2008 10:28:27 -0600
changeset 6096 d8477881ee0f
parent 6095 a799a06778f3
child 6097 9b817c0a82f1
hgweb: add new logos
templates/footer.tmpl
templates/static/hgicon.png
templates/static/hglogo.png
templates/static/style.css
--- 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>
Binary file templates/static/hgicon.png has changed
Binary file templates/static/hglogo.png has changed
--- 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 */