Remove Find a Room widget
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 1 Mar 2017 14:50:26 +0000 (09:50 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 1 Mar 2017 14:50:26 +0000 (09:50 -0500)
They are no longer using this application. Client requested that it be
remove.

header.php
parts/reservation-form-main.php
style.css

index 68d0ae0..be645a9 100644 (file)
@@ -49,7 +49,7 @@
                                 <div class="large-2 columns text-center">
                                     <a href="<?php bloginfo('url'); ?>"><img class="head-logo" src="<?php echo get_template_directory_uri(); ?>/assets/sault-saint-marie-logo-2.png"></a>
                                 </div>
-                                <div class="large-8 columns">
+                                <div class="large-10 columns">
                                     <?php get_template_part('parts/top-bar');?>
                                 </div>
                                 <?php get_template_part('parts/reservation-form-main');?>
                                 <section class="left-small">
                                     <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
                                 </section>
+                                <!--
                                 <section class="middle tab-bar-section">
                                     <span>Find A Room</span>
                                 </section>
                                 <section class="right-small">
                                     <a class="right-off-canvas-toggle menu-icon" href="#"><span></span></a>
                                 </section>
+                                -->
                             </nav>
                         </div>
                         <div id="reservationContent">
index 30c5aeb..368e2a4 100644 (file)
@@ -1,6 +1,6 @@
-        <div id="res-tab" class="large-2 text-center columns">
+       <!-- <div id="res-tab" class="large-2 text-center columns">
             <li><a href="#">Find A Room</a>
 
             </li>
-        </div>
+        </div> -->
 
index 5b5eeac..1045cb3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: SaultSteMarieCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for SaultSteMarieCVB
-Version: 1.1.11
+Version: 1.1.12
 */