From: Laury GvR Date: Mon, 26 Jan 2015 15:23:59 +0000 (-0500) Subject: Smaller header images, blocks spacing fixed. X-Git-Tag: v1.0^2~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1df3535ac1bd2ef259bd5bce87b7a2d4ceea7028;p=WP-Themes%2FChippewaCounty.git Smaller header images, blocks spacing fixed. --- diff --git a/front-page.php b/front-page.php index 7c77438..ebb5521 100755 --- a/front-page.php +++ b/front-page.php @@ -8,7 +8,7 @@
-
+
diff --git a/page.php b/page.php index 7846f63..07ddac7 100755 --- a/page.php +++ b/page.php @@ -6,7 +6,7 @@ ID), "full"); - echo ' style="background: url('.$image_data[0].'); height: '.$image_data[2].'px;max-height: 400px; "'; + echo ' style="background: url('.$image_data[0].'); height: '.$image_data[2].'px;max-height: 200px; "'; } else { echo ' style="display: none;"';