Stylesheet version bump
authorLaury GvR <laury@gaslightmedia.com>
Wed, 12 Jul 2017 20:56:41 +0000 (16:56 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 12 Jul 2017 20:56:41 +0000 (16:56 -0400)
css/app.css
header.php
scss/_page.footer.scss

index 662eb30..5f93be8 100644 (file)
@@ -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; }
 
index 432be95..9efeac1 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.4">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.5">
 <!--      <link rel="shortcut icon" href="<?php //echo get_stylesheet_directory_uri(); ?>/favicon.ico">-->
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index 15baedb..059aaec 100644 (file)
@@ -61,7 +61,8 @@ footer#main {
     }
 
     .footer-members-only {
-        font-size: 16px;
+        font-size: 17px;
+        text-decoration: underline;
     }
     .address {
         margin-top: 20px;