From c6b0a95e8b739a66abcf244539dc13523cd8415a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 13 Nov 2015 09:47:14 -0500 Subject: [PATCH] removed important attributes from properties --- style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 8629c26..3084b90 100644 --- a/style.css +++ b/style.css @@ -310,13 +310,13 @@ table.variations td { /* added anthonyT */ -.site-branding { + .site-header .g-top-bar .site-branding { background: url("/wp-content/themes/galleria/assets/the-molehole-logo.jpg") 0% 40% no-repeat; background-size: 100% auto; - height: 100px; !important; - max-width: 365px !important; - text-align: center !important; - margin: 25px auto !important; + height: 100px; + max-width: 365px; + text-align: center; + margin: 25px auto; } .site-branding h1 { @@ -735,7 +735,7 @@ p.stars a { .site-header { padding-top: 0; margin-bottom: 1em; } - .site-header .site-branding, + .site-header .site-branding , .site-header .site-logo-anchor, .site-header .site-logo-link { width: 100%; -- 2.17.1