From 47d6ef9285634f8928a927b5041e8c9031b07c68 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 4 Sep 2019 18:22:20 -0400 Subject: [PATCH] Clean up unused code --- functions.php | 12 ------------ scss/_page.header.scss | 5 ----- scss/_topbar.scss | 3 --- 3 files changed, 20 deletions(-) diff --git a/functions.php b/functions.php index 3b37536..13df932 100644 --- a/functions.php +++ b/functions.php @@ -198,18 +198,6 @@ function glm_get_header() { echo ''; } -// // The code below is useful when you want the image to resize to -// if (has_post_thumbnail()) { -// $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); -// echo ''; -// } else { -// echo ''; -// } -// echo '
'; -// echo '
'; -// echo '
'; -// echo '
'; - add_action('wp_enqueue_scripts', 'glm_site_scripts'); /* This function returns true when the current page is the page given by ID diff --git a/scss/_page.header.scss b/scss/_page.header.scss index b136c0e..574a98b 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -124,7 +124,6 @@ header { font-size: 17px; text-transform: uppercase; font-weight: bold; -// line-height: 75px; } } } @@ -199,15 +198,12 @@ header { margin: 10px 0; } #resContent { - //display: none; background: $l-gray; - //width: 350px; position: relative; display: block; height: auto; padding: 15px 45px 45px; border: 2px solid white; - // box-shadow: 0 6px 5px -2px gray; -webkit-box-shadow: 3px 3px 6px lighten($black, 5%); -moz-box-shadow: 3px 3px 6px lighten($black, 5%); box-shadow: 3px 3px 6px lighten($black, 5%); @@ -234,7 +230,6 @@ header { } .reservation-front { - //position: fixed; z-index: 1; right: 25px; top: 200px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 5394c55..92c4921 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -15,8 +15,6 @@ } .right-off-canvas-toggle.menu-icon { text-transform: uppercase; - // text-indent: -100px; - // width: 100%; display: block; left: -135px; width: 216px; @@ -122,7 +120,6 @@ header { & > a:not(.button) { background: transparent; @media screen and (max-width: 1098px){ - //padding: 0 12px; } } } -- 2.17.1