From 6fcd50b1a51519e38aeddb9e4d2cc1db3dfd29a7 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 8 Jul 2015 16:48:24 -0400 Subject: [PATCH] Fixed press release page, pushed wrong version. --- css/app.css | 2 +- page-1257.php | 169 ++++++++++++------------------------------- scss/_structure.scss | 2 +- 3 files changed, 50 insertions(+), 123 deletions(-) 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; -- 2.17.1