From: Laury GvR Date: Wed, 12 Jul 2017 20:56:41 +0000 (-0400) Subject: Stylesheet version bump X-Git-Tag: v1.0.0^2~46 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7e57fa594f5738caa69f1e229dd5a2b5250f179e;p=WP-Themes%2Ftruenorthgolf.git Stylesheet version bump --- diff --git a/css/app.css b/css/app.css index 662eb30..5f93be8 100644 --- a/css/app.css +++ b/css/app.css @@ -8213,7 +8213,8 @@ footer#main { footer#main .footer-left .footer-logo img { max-width: 150px; } footer#main .footer-members-only { - font-size: 16px; } + font-size: 17px; + text-decoration: underline; } footer#main .address { margin-top: 20px; } diff --git a/header.php b/header.php index 432be95..9efeac1 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 15baedb..059aaec 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -61,7 +61,8 @@ footer#main { } .footer-members-only { - font-size: 16px; + font-size: 17px; + text-decoration: underline; } .address { margin-top: 20px;