changeset 6393:4fa8b2ca0508

style: drop png version of Kallithea logo - all supported browsers are fine with svg
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 06 Jan 2017 01:43:50 +0100
parents d36d4d953085
children e102408574e9
files kallithea/public/images/kallithea-logo.png kallithea/templates/base/root.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file kallithea/public/images/kallithea-logo.png has changed
--- a/kallithea/templates/base/root.html	Sun Dec 25 04:08:38 2016 +0100
+++ b/kallithea/templates/base/root.html	Fri Jan 06 01:43:50 2017 +0100
@@ -5,7 +5,7 @@
         <title><%block name="title"/><%block name="branding_title"/></title>
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
         <meta name="robots" content="index, nofollow"/>
-        <link rel="icon" href="${h.url('/images/favicon.ico')}" type="image/png" />
+        <link rel="icon" href="${h.url('/images/favicon.ico')}" type="image/x-icon" />
 
         ## CSS ###
         <link rel="stylesheet" type="text/css" href="${h.url('/css/jquery.dataTables.css', ver=c.kallithea_version)}"/>
@@ -110,7 +110,7 @@
           <div id="logo">
             <a href="${h.url('home')}" style="display: block;">
               <div class="header">
-                <img src="${h.url('/images/kallithea-logo.svg')}" onerror="this.onerror='';this.src='${h.url('/images/kallithea-logo.png')}'" alt="Kallithea"/>
+                <img src="${h.url('/images/kallithea-logo.svg')}" alt="Kallithea"/>
               </div>
               %if c.site_name:
                 <div class="branding">${c.site_name}</div>