Adjusted font styling as firefox does not handle sizing properly
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Oct 2015 16:22:23 +0000 (12:22 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Oct 2015 16:22:23 +0000 (12:22 -0400)
css/app.css
scss/plugins/_upcp.scss

index c357404..a4cac27 100644 (file)
@@ -7514,7 +7514,7 @@ input.button {
   list-style: none !important; }
 
 #sitemap_pages li a {
-  font-size: 1.6rem;
+  font-size: 14px;
   font-weight: bold;
   color: black; }
 
index 021f17c..354101e 100644 (file)
@@ -76,7 +76,7 @@
     list-style: none !important;
 }
 #sitemap_pages li a{
-    font-size: 1.6rem;
+    font-size: 14px;
     font-weight: bold;
     color: black;
 }