-
+
"; diff --git a/scss/_structure.scss b/scss/_structure.scss index aadc90e..272d834 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -473,7 +473,7 @@ footer h2 { border: none; font-family: Arial, sans-serif; font-size: 10px; - padding-top: 30px; + padding: 30px 0 0; } #breadcrumbs > * a { color: #b6b7b9; @@ -994,9 +994,13 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { border: solid white 3px; border-radius: 5px; box-shadow: 0 6px 12px -5px #9b9b9b; - background: url("../assets/search_button_1.png") no-repeat local 0 0 / cover rgba(0, 0, 0, 0); + background-image: url("../assets/search_button_1.png"); + background-repeat: no-repeat; + background-size: local 0 0 / cover; &:hover { - background: url("../assets/search_button_1_hover.png") no-repeat local 0 0 / cover rgba(0, 0, 0, 0); + background-image: url("../assets/search_button_1_hover.png"); + background-repeat: no-repeat; + background-size: local 0 0 / cover; border-color: #9acd68; } } diff --git a/search.php b/search.php index 76be770..04e0442 100644 --- a/search.php +++ b/search.php @@ -11,13 +11,6 @@
- -
-
-
-
>

Page:

diff --git a/single.php b/single.php index bae5bc3..bc84903 100644 --- a/single.php +++ b/single.php @@ -3,13 +3,6 @@
-
-
- -
-
-- 2.17.1