[IMP] Logo
authorFabien Pinckaers <fp@openerp.com>
Sun, 19 Jan 2014 12:29:59 +0000 (13:29 +0100)
committerFabien Pinckaers <fp@openerp.com>
Sun, 19 Jan 2014 12:29:59 +0000 (13:29 +0100)
bzr revid: fp@openerp.com-20140119122959-etp99cwiuuagws30

addons/website/static/src/img/odoo_logo.png
addons/website/views/website_templates.xml

index b7e132e..6c41c07 100644 (file)
Binary files a/addons/website/static/src/img/odoo_logo.png and b/addons/website/static/src/img/odoo_logo.png differ
index 5fccfd3..8f26ba6 100644 (file)
 
 <template id="layout_logo_show" inherit_option_id="website.layout" name="Show Logo">
     <xpath expr="//header//a[@class='navbar-brand']" position="replace">
-        <a class="navbar-brand" href="/">
+        <a href="/" id="company_logo">
             <img src="/website/static/src/img/odoo_logo.png"/>
         </a>
     </xpath>