bumped style.css version # for cache busting, added padding to topbar ul li a
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 16:52:11 +0000 (11:52 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 16:52:11 +0000 (11:52 -0500)
css/app.css
header.php
scss/_topbar.scss

index 639a92e..55d566f 100644 (file)
@@ -6461,7 +6461,7 @@ header {
       padding: 0 20px;
       color: #FFFFFF; }
     .top-bar-section ul li:not(.has-form):not(.active) > a:not(.button) {
-      padding: 19px 5px;
+      padding: 20.5px 5px;
       line-height: 1.4; }
     .top-bar-section ul li:not(.has-form) > a:not(.button) {
       padding: 19px 5px;
index d14a970..4d75672 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">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.0">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 4edf791..de02a7e 100644 (file)
@@ -53,7 +53,7 @@
             &:not(.has-form):not(.active) {
                 & > a:not(.button) {
 //                    background: transparent;
-                    padding: 19px 5px; 
+                    padding: 20.5px 5px; 
                     line-height: 1.4;
                 }
             }