changeset 530:b163d8d3f4a7 build-default-223

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.
author Jim Hague <jim.hague@acm.org>
date Sat, 12 Dec 2015 22:33:41 +0000
parents 63388509239e
children 8f7839f8e8cd 36d43edbd3f5
files web/css/dottes.css
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }