styling the recollect search widget button, changing the front page events
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 20 Mar 2017 15:27:53 +0000 (11:27 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 20 Mar 2017 15:27:53 +0000 (11:27 -0400)
header to events and holiday schedule

css/app.css
front-page.php
scss/_wordpress.scss

index 9e56a0d..bd811f8 100755 (executable)
@@ -6146,7 +6146,9 @@ body .rCw input {
 
 body .rCw .btn {
   display: block;
-  margin: 0 auto; }
+  margin: 0 auto;
+  padding: 10px;
+  border-radius: 5px; }
 
 /* End Images */
 body {
index 3dab5a5..06644dd 100755 (executable)
@@ -97,7 +97,7 @@
                 <div class="row">
                     <div id="h2_2" class="small-10 text-centered columns">
 
-                        <h2 class="small-push-1"><?php echo date('Y');?> Holiday and Events Schedule</h2>
+                        <h2 class="small-push-1"><?php echo date('Y');?> Events and Holiday Schedule</h2>
                     </div>
                 </div>
                 <div class="row event">
index f32acb2..f3d2054 100755 (executable)
@@ -120,5 +120,7 @@ body .rCw input{
 body .rCw .btn{
     display: block;
     margin: 0 auto;
+    padding: 10px;
+    border-radius: 5px;
 }
 /* End Images */