From: Anthony Talarico Date: Mon, 20 Mar 2017 15:27:53 +0000 (-0400) Subject: styling the recollect search widget button, changing the front page events X-Git-Tag: v1.1.11^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=aff3bfa03e8c26046851a61067bb0f58710df7a9;p=WP-Themes%2FRecycleEmmet.git styling the recollect search widget button, changing the front page events header to events and holiday schedule --- diff --git a/css/app.css b/css/app.css index 9e56a0d..bd811f8 100755 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/front-page.php b/front-page.php index 3dab5a5..06644dd 100755 --- a/front-page.php +++ b/front-page.php @@ -97,7 +97,7 @@
-

Holiday and Events Schedule

+

Events and Holiday Schedule

diff --git a/scss/_wordpress.scss b/scss/_wordpress.scss index f32acb2..f3d2054 100755 --- a/scss/_wordpress.scss +++ b/scss/_wordpress.scss @@ -120,5 +120,7 @@ body .rCw input{ body .rCw .btn{ display: block; margin: 0 auto; + padding: 10px; + border-radius: 5px; } /* End Images */