removed unused sidebar id in style, reduced line height between li and increased...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 25 Feb 2016 21:50:23 +0000 (16:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 25 Feb 2016 21:50:23 +0000 (16:50 -0500)
css/app.css
index.php
scss/_blog.scss
scss/_sidebar.scss

index 41cdfbb..e9dfc0e 100644 (file)
@@ -7192,11 +7192,7 @@ input[type="submit"].blogbutton {
       text-decoration: underline; }
 
 .pf-content p {
-  margin-bottom: 0px;
-  padding: 0 30px; }
-
-div.pf-content > h2 {
-  padding: 0 30px; }
+  margin-bottom: 0px; }
 
 #category-menu ul li {
   background-color: #2C296D;
@@ -7235,50 +7231,6 @@ article {
 .addthis_counter.addthis_pill_style {
   float: right; }
 
-#sidebar {
-  padding-top: 25px;
-  background: #f2f9fc; }
-  #sidebar .row.collapse {
-    margin-left: 14px; }
-  #sidebar li {
-    list-style: none; }
-    #sidebar li #calendar_wrap table#wp-calendar {
-      margin: 0 auto; }
-  #sidebar a {
-    font-size: 12px; }
-  #sidebar form {
-    margin: 0 12px 0 14px; }
-    #sidebar form select {
-      padding: 0 0.5rem;
-      border-radius: 5px;
-      height: 25px;
-      margin: 0; }
-      #sidebar form select option {
-        font-size: 10px; }
-  #sidebar .small-block-grid-2 {
-    margin-top: 10px; }
-    #sidebar .small-block-grid-2 li {
-      padding: 0 0.625rem 0.625rem; }
-      #sidebar .small-block-grid-2 li img {
-        border: 2px solid lightblue; }
-    #sidebar .small-block-grid-2 > li:nth-of-type(2), #sidebar .small-block-grid-2 > li:nth-of-type(4) {
-      padding-left: 0; }
-    #sidebar .small-block-grid-2 > li:nth-of-type(3), #sidebar .small-block-grid-2 > li:nth-of-type(4) {
-      padding-bottom: 20px; }
-  #sidebar h3 {
-    margin: 20px 0 0; }
-  #sidebar h1 {
-    margin: 0;
-    font-size: 1.5625rem;
-    text-transform: none; }
-  #sidebar input {
-    padding: 5px 0 5px 8px;
-    height: auto;
-    margin: 10px 0; }
-  #sidebar button {
-    border-radius: 2px;
-    padding: 0 10px; }
-
 #side-nav {
   padding-top: 10px;
   background: #f2f9fc; }
@@ -7316,8 +7268,7 @@ article {
 #side-links #menu-side {
   background: #2c296d;
   padding-top: 20px;
-  margin-bottom: 30px;
-  width: 386px; }
+  margin-bottom: 30px; }
   @media only screen and (max-width: 1165px) {
     #side-links #menu-side {
       width: 95%; } }
@@ -7329,11 +7280,14 @@ article {
   #side-links #menu-side ul.sidebar {
     list-style: none;
     margin-left: 30px; }
-    #side-links #menu-side ul.sidebar li a {
-      color: #FFFFFF;
-      font-size: 1.5rem; }
-      #side-links #menu-side ul.sidebar li a:hover {
-        color: #57b649; }
+    #side-links #menu-side ul.sidebar li {
+      line-height: 1;
+      margin-bottom: 15px; }
+      #side-links #menu-side ul.sidebar li a {
+        color: #FFFFFF;
+        font-size: 1.5rem; }
+        #side-links #menu-side ul.sidebar li a:hover {
+          color: #57b649; }
 #side-links img {
   margin-bottom: 30px; }
   @media only screen and (max-width: 1165px) {
index 6053a5b..22b0978 100644 (file)
--- a/index.php
+++ b/index.php
@@ -4,9 +4,9 @@
         <?php echo glm_get_header(); ?>
     </div>
     <div id="content-wrapper">
-        <div class="row collapse">
+        <div class="row">
             <div class="small-12 large-8 columns right">
-                <div class="row collapse">
+                <div class="row">
                     <?php
                     get_template_part('parts/bread-crumbs');
                     ?>
index df4a8e9..a7963ae 100644 (file)
@@ -182,10 +182,10 @@ input[type="submit"].blogbutton {
 }
 .pf-content p{
     margin-bottom: 0px;
-    padding: 0 30px;
+//    padding: 0 30px;
 }
 div.pf-content > h2 {
-    padding: 0 30px;
+//    padding: 0 30px;
 }
 #category-menu ul li {
     background-color: #2C296D;
index 2616d14..20c9c5a 100644 (file)
@@ -1,65 +1,4 @@
-#sidebar {
-    padding-top: 25px;
-    background: #f2f9fc;
-    .row.collapse {
-        margin-left: 14px;
-    }
-    li {
-        list-style: none;
-        #calendar_wrap {
-            table#wp-calendar {
-                margin: 0 auto;
-            }
-        }
-    }
-    a {
-        font-size: 12px;
-    }
-    form {
-        margin: 0 12px 0 14px;
-        select {
-            padding: 0 rem-calc(8);
-            border-radius: 5px;
-            height: 25px;
-            margin: 0;
-            option {
-                font-size: 10px;
-            }
-        }
-    }
-    .small-block-grid-2 {
-        margin-top: 10px;
-        li {
-            padding: 0 rem-calc(10) rem-calc(10);
-            img {
-                border: 2px solid lightblue;
-            }
-        }
-        & > li:nth-of-type(2), & > li:nth-of-type(4) {
-            padding-left: 0;
-        }
-        & > li:nth-of-type(3), & > li:nth-of-type(4) {
-            padding-bottom: 20px;
-        }
-    }
-    h3 {
-        margin: 20px 0 0;
-    }
-    h1 {
-        margin: 0;
-        font-size: rem-calc(25);
-        text-transform: none;
-    }
-    input {
-        padding: 5px 0 5px 8px;
-        height: auto;
-        margin: 10px 0;
-    }
-    button {
-        border-radius: 2px;
-        padding: 0 10px;
-    }
-}
+
 #side-nav {
     padding-top: 10px;
     background: #f2f9fc;
         background: $purple;
         padding-top: 20px;
         margin-bottom: 30px;
-        width: 386px;
+//        width: 386px;
 //        width: 360px;
         @media only screen and (max-width: 1165px) {
             width: 95%;
             list-style: none;
             margin-left: 30px;
             li {
+                line-height: 1;
+                margin-bottom: 15px;
                 a {
                     color: $white;
                     font-size: rem-calc(24);