More inline styles for Safari
authorLaury GvR <laury@gaslightmedia.com>
Tue, 3 Feb 2015 21:49:11 +0000 (16:49 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 3 Feb 2015 21:49:11 +0000 (16:49 -0500)
front-page.php
header.php

index 3646477..f13feb4 100755 (executable)
                                 }
                             ?>
                             ></div>
-                            <div id="homepage_featured_caption"> <?php echo get_post(get_post_thumbnail_id($homepage_ID))->post_excerpt; ?></div>
+                            <div id="homepage_featured_caption" style="background-color:#008000;color: #fff;font-family: Open Sans;font-size:14px;
+                                 font-style: italic;margin:0;padding:0 5px;"> 
+                                     <?php echo get_post(get_post_thumbnail_id($homepage_ID))->post_excerpt; ?>
+                            </div>
                         </div>
                         <div class="small-12 large-7 left events_mini columns">
                             <?php echo do_shortcode('[ai1ec view="posterboard" cat_name="Holidays" events_limit="3"]'); ?>
index 2c0c5b8..0dc53ef 100755 (executable)
@@ -52,7 +52,9 @@
                                                 <div class="row">
                                                     <div class="small-12 medium-6 right columns">
                                                         <button id="search_button" type="submit" form="searchform" name="searchButton" value="submit"
-                                                                style="background-image: url(<?php bloginfo('template_url');?>/assets/search_button_1.png);"></button>
+                                                                style="background-image: url(<?php bloginfo('template_url');?>/assets/search_button_1.png);
+                                                                width: 166px;height:38px;border-radius:5px;border-width:3px;border-color:white;border-style:solid;
+                                                                padding: 1px;background-repeat: no-repeat;"></button>
                                                     </div>
                                                 </div>
                                             </form>