Style updates and blog markup updates
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 8 Jan 2016 13:39:05 +0000 (08:39 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 8 Jan 2016 13:39:05 +0000 (08:39 -0500)
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.

css/appblog.css
scss/_blog.scss
single.php

index bb96ee7..d3aef0f 100644 (file)
@@ -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 {
index 6572e0f..0222e04 100644 (file)
@@ -70,6 +70,9 @@ input[type="submit"].blogbutton {
     p {
         margin-bottom: 0;
     }
+    ul {
+        margin: 0;
+    }
 }
 @media #{$small-only} {
     #blog-side-info-wrapper {
index 0f9b411..c6943d5 100644 (file)
@@ -27,7 +27,7 @@
                                 </div><!--/#addthis_wrapper-->
                                 <?php } ?>
                                 <?php echo the_content(); ?>
-                                <footer class="entry-meta small-12 medium-6 medium-push-3 center">
+                                <footer class="entry-meta small-12 medium-10 center">
                                     <?php $post_categories = wp_get_post_categories( get_the_ID() );
                                     $cats = array();
                                     echo 'This entry was posted ';