# HG changeset patch # User Jim Hague # Date 1449959621 0 # Node ID b163d8d3f4a7706f7fe9d3da54f447ffd01ccc07 # Parent 63388509239e4acdf50e6fea5a844773ac804f3a 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. diff -r 63388509239e -r b163d8d3f4a7 web/css/dottes.css --- a/web/css/dottes.css Sun Jan 11 22:19:21 2015 +0000 +++ b/web/css/dottes.css Sat Dec 12 22:33:41 2015 +0000 @@ -6,8 +6,6 @@ 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 @@ h1 { background: white; text-align: center; - font-size: 17px; - font-size: 1.7rem; font-weight: bold; } @@ -59,8 +55,6 @@ { 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 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 h2 { - font-size: 15px; - font-size: 1.5rem; font-weight: normal; text-align: center; margin: 0px; @@ -212,8 +202,6 @@ a.dottes-tune-link { - font-size: 20px; - font-size: 2.0rem; position: relative; top: 12px; }