From: Steve Sutton Date: Tue, 15 Dec 2015 13:43:18 +0000 (-0500) Subject: need underline for anchors in support id X-Git-Tag: v1.0.0^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d28ba475063dbb4fa1bcb48c6de1ef606a10ca1c;p=WP-Themes%2Fupwatertrails.git need underline for anchors in support id --- diff --git a/css/app.css b/css/app.css index 923676d..f4a283d 100644 --- a/css/app.css +++ b/css/app.css @@ -7164,6 +7164,8 @@ input[type="submit"].blogbutton { bottom: 105px; left: 0; right: 0; } + #support a { + text-decoration: underline; } #support p { font-size: 0.875rem; margin: 20px 0; } diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 643d0fc..4f84a2e 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -3,6 +3,9 @@ bottom: 105px; left: 0; right: 0; + a { + text-decoration: underline; + } p { font-size: rem-calc(14); margin: 20px 0;