projects
/
WP-Themes
/
saultstemarie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
787e110
)
Search page gets less margin between results
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 26 Jan 2016 21:46:05 +0000
(16:46 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 26 Jan 2016 21:46:05 +0000
(16:46 -0500)
search.php
patch
|
blob
|
history
diff --git
a/search.php
b/search.php
index
c21bb46
..
f0f4d20
100644
(file)
--- a/
search.php
+++ b/
search.php
@@
-9,7
+9,7
@@
</div>
<div class="row">
- <div
id="blog-posts-over"
class="small-12 medium-9 columns">
+ <div class="small-12 medium-9 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php if (is_search() && (isset($_GET['searchType']) && $_GET['searchType'] == 'blog') && ($post->post_type=='page')) continue; ?>
<div class="row content search-result-container">