From 1209001d38d4c8c7d61c21318ac3f390f3b3b971 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Wed, 7 Sep 2011 14:24:56 -0700 Subject: [PATCH] Replacing `color: transparent` with `font-size: 0px` --- browserid/static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browserid/static/css/style.css b/browserid/static/css/style.css index 228a0a20d..7068dc9d1 100644 --- a/browserid/static/css/style.css +++ b/browserid/static/css/style.css @@ -43,7 +43,7 @@ header.quarter { width: 161px; height: 34px; margin: 10px 0 0 110px; - color: transparent; + font-size: 0px; display: inline-block; } @@ -56,7 +56,7 @@ header.quarter { height: 72px; margin: 43px auto 0 auto; clear: left; - color: transparent; + font-size: 0px; } .quarter h1 { @@ -67,7 +67,7 @@ header.quarter { } .quarter h1 > a { - color: transparent; + font-size: 0px; } -- GitLab