From 851f5ff19d8cedc24ff2eeb2710f7e113f64b238 Mon Sep 17 00:00:00 2001 From: Braad Date: Fri, 22 May 2015 12:35:34 -0700 Subject: [PATCH] Move CSS for toggle buttons to a better selector --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b97c55f..ab59774 100755 --- a/style.css +++ b/style.css @@ -1410,6 +1410,11 @@ Site Header .header-toggle-buttons .toggle-button:before { content: "\f002"; font-family: FontAwesome; + font-weight: normal; + font-stretch: normal; + font-style: normal; + font-variant: normal; + -webkit-font-smoothing: antialiased; font-size: 28px; font-size: 2.8rem; line-height: 1; @@ -1417,11 +1422,6 @@ Site Header .header-toggle-buttons .toggle-button.nav-toggle:before { content: "\f0c9"; - font-weight: normal; - font-stretch: normal; - font-style: normal; - font-variant: normal; - -webkit-font-smoothing: antialiased; } .big-button-nav-toggle .header-toggle-buttons .nav-toggle {