From: Ian Weller Date: Fri, 3 Feb 2017 14:21:24 +0000 (-0500) Subject: Trying to weed out code for generic purposes X-Git-Tag: v1.0.0^2~74 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f3911b81cfdf42b7ab27ed83bde9460c615306cf;p=WP-Themes%2Ftruenorthgolf.git Trying to weed out code for generic purposes I am weeding out some php calls and editing styles so the theme is more generic. --- diff --git a/archive.php b/archive.php index ad2c032..78984a7 100644 --- a/archive.php +++ b/archive.php @@ -4,7 +4,7 @@ - +
@@ -46,6 +46,6 @@
- +
diff --git a/css/app.css b/css/app.css index ddb7e0e..de0526a 100644 --- a/css/app.css +++ b/css/app.css @@ -7064,6 +7064,8 @@ main.page-front .blocks .block { /*bottom: 0;*/ } main.page-front #main-content { margin-top: 25px; } +main.page-inside img.orb-shadow { + top: 0; } main #mid { margin: 40px auto 0; max-width: 1000px; } @@ -7875,9 +7877,6 @@ body #glm-member-front-header .glm-button.button { .blog-single #head-img { margin-top: -250px; } } -#blog-side-info-wrapper { - top: -57px; } - @media only screen and (min-width:40em) and (max-width:64em) { #blog-side-info-wrapper { top: -10px; } diff --git a/home.php b/home.php index 8b71fe0..986febd 100644 --- a/home.php +++ b/home.php @@ -6,7 +6,7 @@ - +
@@ -50,7 +50,7 @@
- +
diff --git a/page-narrow-template.php b/page-narrow-template.php index 647a512..bf2d23b 100644 --- a/page-narrow-template.php +++ b/page-narrow-template.php @@ -12,7 +12,7 @@ get_header(); ?>

Life… Is Good… In The Center Of It All

- +
@@ -39,7 +39,7 @@ get_header(); ?> - + diff --git a/page.php b/page.php index ac03286..9cc1e27 100644 --- a/page.php +++ b/page.php @@ -18,7 +18,7 @@ - + diff --git a/scss/_blog.scss b/scss/_blog.scss index bacb756..8afc8dd 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -288,7 +288,7 @@ // } } #blog-side-info-wrapper { - top: -57px; +// top: -57px; } @media #{$medium-only} { #blog-side-info-wrapper { diff --git a/scss/_main.scss b/scss/_main.scss index 7ad99b2..7148716 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -181,6 +181,11 @@ main { // } } } + &.page-inside { + img.orb-shadow { + top: 0; + } + } #mid { margin: 40px auto 0; max-width: 1000px; diff --git a/search.php b/search.php index cfa7a21..7a4f232 100644 --- a/search.php +++ b/search.php @@ -3,7 +3,7 @@
- +

Please enter a query in the search box.

diff --git a/single.php b/single.php index 5a2deea..a01e9a8 100644 --- a/single.php +++ b/single.php @@ -3,7 +3,7 @@
- +
- + - +