From: Steve Sutton Date: Fri, 8 Jan 2016 13:39:05 +0000 (-0500) Subject: Style updates and blog markup updates X-Git-Tag: v1.1.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1357616ca31c1a98abaa861826c04de5827fd767;p=WP-Themes%2Fkeweenaw.git Style updates and blog markup updates Update the markup for the single blog footer from the 8 to medium 10 and no offset. Update style for the side bar ul to remove the margins. --- diff --git a/css/appblog.css b/css/appblog.css index bb96ee7..d3aef0f 100644 --- a/css/appblog.css +++ b/css/appblog.css @@ -57,6 +57,8 @@ input[type="submit"].blogbutton { margin-bottom: 30px; } #blog-side-info p { margin-bottom: 0; } +#blog-side-info ul { + margin: 0; } @media only screen and (max-width: 40em) { #blog-side-info-wrapper { diff --git a/scss/_blog.scss b/scss/_blog.scss index 6572e0f..0222e04 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -70,6 +70,9 @@ input[type="submit"].blogbutton { p { margin-bottom: 0; } + ul { + margin: 0; + } } @media #{$small-only} { #blog-side-info-wrapper { diff --git a/single.php b/single.php index 0f9b411..c6943d5 100644 --- a/single.php +++ b/single.php @@ -27,7 +27,7 @@ -