From: Steve Sutton Date: Wed, 13 May 2015 16:21:22 +0000 (-0400) Subject: use id instead of class content-wrapper X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=01b34c81f8ac757d1bd7c5b82ff6db8c5e97246a;p=web%2FGruntInit%2FglmTheme.git use id instead of class content-wrapper for the clear both on headers elements --- diff --git a/root/scss/_wordpress.scss b/root/scss/_wordpress.scss index 37ca6bc..36fb768 100644 --- a/root/scss/_wordpress.scss +++ b/root/scss/_wordpress.scss @@ -199,7 +199,7 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { text-align: center; } } -.content-wrapper { +#content-wrapper { h1, h2, h3, h4, h5, h6 { clear: both; }