From: Laury GvR Date: Wed, 26 Aug 2015 16:45:33 +0000 (-0400) Subject: Place categories above archive, remove padding between category name and children X-Git-Tag: v1.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=51f0bee05a4decf8f8e0cbb6b739769ec3effcfd;p=WP-Themes%2Fnorthernlakes.git Place categories above archive, remove padding between category name and children --- diff --git a/css/app.css b/css/app.css index 8f48ac1..e89464f 100644 --- a/css/app.css +++ b/css/app.css @@ -7168,7 +7168,7 @@ input[type="submit"].blogbutton { #blog-home #side-nav h1 { color: #375937; font-size: 1.3125rem; - padding: 30px 40px 20px; + padding: 30px 40px 0px; text-transform: uppercase; } #blog-posts-over article { @@ -7346,7 +7346,7 @@ input[type="submit"].blogbutton { #side-nav h1, #blog-side-info h1 { font-size: 1.3125rem; color: #375937; - padding: 30px 40px 20px; + padding: 30px 40px 0px; text-transform: uppercase; } #side-nav h4, #blog-side-info h4 { font-weight: bold; diff --git a/home.php b/home.php index 32081db..5deb185 100644 --- a/home.php +++ b/home.php @@ -59,8 +59,6 @@ } ?> -

Archive

-

Categories

+

Archive

+ diff --git a/scss/_blog.scss b/scss/_blog.scss index 45be022..a325c9d 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -119,7 +119,7 @@ input[type="submit"].blogbutton { #blog-home #side-nav h1 { color: #375937; font-size: 1.3125rem; - padding: 30px 40px 20px; + padding: 30px 40px 0px; text-transform: uppercase; } #blog-posts-over article { diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index f18a110..b9f0c97 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -69,7 +69,7 @@ h1 { font-size: rem-calc(21); color: $dark_green; - padding: 30px 40px 20px; + padding: 30px 40px 0px; text-transform: uppercase; } h4 { diff --git a/single.php b/single.php index 1319b4b..4a14878 100644 --- a/single.php +++ b/single.php @@ -63,8 +63,6 @@ } ?> -

Archive

-

Categories

+

Archive

+