From 8e0750280fb8d0076cfcce3990bb2b508e41ebed Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 2 Dec 2015 17:02:51 -0500 Subject: [PATCH] Raise the search results page like the other pages. --- css/app.css | 3 ++- scss/_search.scss | 3 ++- search.php | 7 +------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/css/app.css b/css/app.css index 95275ac..498c606 100644 --- a/css/app.css +++ b/css/app.css @@ -8178,7 +8178,8 @@ input[type="submit"].blogbutton { transform: rotate(45deg); } .search-results { - margin-top: -375px; } + top: -375px; + position: relative; } .search-result-header { background: white; diff --git a/scss/_search.scss b/scss/_search.scss index 428aa9b..5cf6e6c 100644 --- a/scss/_search.scss +++ b/scss/_search.scss @@ -51,7 +51,8 @@ } // added stlying AnthonyT .search-results{ - margin-top: -375px; + top: -375px; + position: relative; } .search-result-header{ background: white; diff --git a/search.php b/search.php index 1795b61..d1553ef 100644 --- a/search.php +++ b/search.php @@ -6,12 +6,7 @@
-
- -
-
+
-- 2.17.1