From 020907d4768c68fd3c0c2a8c64a78c8b02311cdd Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Sat, 12 Dec 2015 22:33:41 +0000 Subject: [PATCH] Remove font-size directives. The font sizing is not consistent in Chrome - i.e. reload the page and the size can shrink - so go back to default sizes for now. --- web/css/dottes.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/web/css/dottes.css b/web/css/dottes.css index 94cd86d..9813578 100644 --- a/web/css/dottes.css +++ b/web/css/dottes.css @@ -6,8 +6,6 @@ body { background-color: #9900cc; background-image: url('../img/purple-fabric-background.jpg'); color: #000000; - font-size: 14px; - font-size: 1.4rem; height: auto; padding-top: 0px; padding-bottom: 20px; @@ -17,8 +15,6 @@ body { h1 { background: white; text-align: center; - font-size: 17px; - font-size: 1.7rem; font-weight: bold; } @@ -59,8 +55,6 @@ div.banner h1 { display: none; text-align: left; - font-size: 50px; - font-size: 5.0rem; font-weight: bold; color: #ffffff; font-family: 'Pirata One', sans-serif; @@ -156,8 +150,6 @@ div.dottes-tune-header-middle div.dottes-tune-header-middle h1 { - font-size: 25px; - font-size: 2.5rem; font-weight: bold; text-align: center; margin: 0px; @@ -165,8 +157,6 @@ div.dottes-tune-header-middle h1 div.dottes-tune-header-middle h2 { - font-size: 15px; - font-size: 1.5rem; font-weight: normal; text-align: center; margin: 0px; @@ -212,8 +202,6 @@ div.dottes-tune-footer-right a.dottes-tune-link { - font-size: 20px; - font-size: 2.0rem; position: relative; top: 12px; }