[IMP] CSS logo
authorFabien Pinckaers <fp@tinyerp.com>
Sun, 19 Jan 2014 12:25:03 +0000 (13:25 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Sun, 19 Jan 2014 12:25:03 +0000 (13:25 +0100)
bzr revid: fp@tinyerp.com-20140119122503-ngjotynnvtvv0rqd

addons/website/static/src/css/website.css
addons/website/static/src/css/website.sass

index f04594a..c2dd221 100644 (file)
@@ -95,9 +95,7 @@ h1.text-muted, h2.text-muted, h3.text-muted {
   margin-top: 10px;
 }
 
-header a.navbar-brand img {
-  margin-top: -15px;
-  margin-bottom: -15px;
+header a[id="company_logo"] img {
   height: 50px;
 }
 
index 407a490..890296a 100644 (file)
@@ -62,10 +62,8 @@ h1.text-muted, h2.text-muted, h3.text-muted
     margin-top: 10px
 
 header
-    a.navbar-brand
+    a[id="company_logo"]
         img
-            margin-top: -15px
-            margin-bottom: -15px
             height: 50px
 
 /* ----- BOOTSTRAP FIX ----- */