Pet friendly text changed to non-obvious hyperlink
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Sep 2014 19:42:49 +0000 (15:42 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Sep 2014 19:42:49 +0000 (15:42 -0400)
Directs to amenities-10

styles.css
templates/template.html

index 2943a3a..3976e1d 100644 (file)
@@ -969,3 +969,7 @@ li:hover .play {
 #ui-datepicker-div {
     z-index: 999 !important;
 }
+.nohyperlink {
+    color: #336633;
+    text-decoration: none !important;
+}
\ No newline at end of file
index 3bbac28..4a33b07 100644 (file)
                 <aside class="small-12 medium-4 medium-pull-8 columns">
 
                   <div class="listing row no-top" flexy:if="isHomePage">
+                      
                         <div id="home_video_wrapper" class="opensearchserver.ignore text-center small-12 columns video">
                             {if:video}
+                            <h3>Featured Video</h3>
                             {video:h}
-                            {else:} <div>video: false</div>
+                            {else:}
                             {end:}
                        </div>
                     <div class="small-12 columns">
-                      <h3>Featured Video</h3>
                         <div id="videoGalleryLinkDiv">
                             <a href="{getToolboxUrl(#15#):h}">More videos..</a>
                         </div>
 
                   <div class="row text-center" flexy:if="isHomePage">
                       <a href="{getToolboxUrl(#10#):h}"><img src="{mediaBaseURL:h}assets/pet_friendly.png"></a>
-                    <h3>Pet Friendly</h3>
+                      <a href="{getToolboxUrl(#10#):h}" class="nohyperlink"><h3>Pet Friendly</h3></a>
                   </div>
                 </aside>
               </section>