From: Laury GvR Date: Wed, 8 Jul 2015 20:48:24 +0000 (-0400) Subject: Fixed press release page, pushed wrong version. X-Git-Tag: v1.0.0~49^2~139 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6fcd50b1a51519e38aeddb9e4d2cc1db3dfd29a7;p=WP-Themes%2Fcrawfordco.git Fixed press release page, pushed wrong version. --- diff --git a/css/app.css b/css/app.css index 4c0d7a2..aa5360f 100644 --- a/css/app.css +++ b/css/app.css @@ -6812,7 +6812,7 @@ main > .row > div { padding: 0 !important; } #inside-page-posts .home-feed-post { - padding-bottom: 0; } + padding-bottom: 10px; } .home-feed-post-image { margin: 10px 0px; } diff --git a/page-1257.php b/page-1257.php index 9d8d109..c9c0362 100644 --- a/page-1257.php +++ b/page-1257.php @@ -1,129 +1,56 @@ -
-
- -
-
-
- - - - -

- -
+
+
+ +
+
+
+ + + + +

+
- 3,'category'=>'sheriff-department'); - $lastposts = get_posts( $args ); - foreach($lastposts as $post) : setup_postdata($post); ?> -
- -
- ID )) { ?> -
- ID, array(190, 190), array('class' => 'blog-excerpt-img-wrap')); ?> -
-
- -
- -

- - +
+ 3,'category'=>'sheriff-department'); + $lastposts = get_posts( $args ); + foreach($lastposts as $post) : setup_postdata($post); ?> +
-
+
+ ID )) { ?> +
+ ID, array(190, 190), array('class' => 'blog-excerpt-img-wrap')); ?>
+
+ +
+ +
+

+ Posted on +
+
- -
-
- -
-
- -

Emmet County, Michigan
200 Division Street, Petoskey, MI 49770
231-348-1702 | Contact Us

-
-
-
- -
- - - -
- -
-
-
> -
-

- Posted on -
- -
- $cat->name, 'slug' => $cat->slug ); - echo ', '. $cat->name .''; - } - echo '.'; - } - ?> +
+ + +
+
+ +
+
+ +

Emmet County, Michigan
200 Division Street, Petoskey, MI 49770
231-348-1702 | Contact Us

+
- +
-
- - - -
-

-
- -
-
-
-
-
- -
-
-

Recent Posts

-
    - '5' ); - $recent_posts = wp_get_recent_posts( $args ); - foreach( $recent_posts as $recent ){ - echo '
  • ' . $recent["post_title"].'
  • '; - } - ?> -
-

Archive

-
    'monthly', 'limit' => 12 ) ); ?>
-

Categories

- -
-
\ No newline at end of file + diff --git a/scss/_structure.scss b/scss/_structure.scss index ff51b83..21e9f72 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -592,7 +592,7 @@ main > .row > div { } } #inside-page-posts .home-feed-post { - padding-bottom: 0; + padding-bottom: 10px; } .home-feed-post-image { margin: 10px 0px;