From: Anthony Talarico Date: Tue, 1 Dec 2015 18:06:09 +0000 (-0500) Subject: replaced px with em X-Git-Tag: v1.0.0^2~186 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=217d35b145ebda444b40555620aad62a1a0d77c4;p=WP-Themes%2Fstaffords.git replaced px with em --- diff --git a/css/app.css b/css/app.css index b1231ab..b92ac6b 100644 --- a/css/app.css +++ b/css/app.css @@ -6705,7 +6705,7 @@ header .searchform input[type="submit"]:hover { padding: 20px 0; } #res-tab li a { color: #FFFFFF; - font-size: 1.15px; + font-size: 1.15em; font-weight: bold; letter-spacing: .5px; } #res-tab li ul { @@ -6737,7 +6737,7 @@ header .searchform input[type="submit"]:hover { padding: 20px 0; } #res-tab-open li a { color: #FFFFFF; - font-size: 1.15px; + font-size: 1.15em; font-weight: bold; letter-spacing: 0.5px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 2cb5fe2..9b13aa1 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -348,7 +348,7 @@ padding: 20px 0; a { color: $white; - font-size: 1.15px; + font-size: 1.15em; font-weight: bold; letter-spacing: .5px; } @@ -386,7 +386,7 @@ padding: 20px 0; a { color: $white; - font-size: 1.15px; + font-size: 1.15em; font-weight: bold; letter-spacing: 0.5px; }