From: Anthony Talarico Date: Wed, 14 Oct 2015 16:22:23 +0000 (-0400) Subject: Adjusted font styling as firefox does not handle sizing properly X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=466539fa579340e9dee715509e944d8404edc825;p=WP-Themes%2Fmichsci.git Adjusted font styling as firefox does not handle sizing properly --- diff --git a/css/app.css b/css/app.css index c357404..a4cac27 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/plugins/_upcp.scss b/scss/plugins/_upcp.scss index 021f17c..354101e 100644 --- a/scss/plugins/_upcp.scss +++ b/scss/plugins/_upcp.scss @@ -76,7 +76,7 @@ list-style: none !important; } #sitemap_pages li a{ - font-size: 1.6rem; + font-size: 14px; font-weight: bold; color: black; }