Grunt wasn't working properly, fix on previous 2 commits.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 30 Jun 2015 13:47:20 +0000 (09:47 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 30 Jun 2015 13:47:20 +0000 (09:47 -0400)
css/app.css
header.php
scss/_structure.scss

index bbf2ce7..da216cd 100755 (executable)
@@ -5711,6 +5711,9 @@ ul, ol, dl {
 #main .main-content p.wp-caption {
   margin-bottom: 0; }
 
+#main .editor-content a {
+  font-weight: bold; }
+
 p.open {
   font-family: Open Sans, sans-serif;
   font-size: 14px;
index f9ee22f..36fd7d7 100755 (executable)
@@ -6,7 +6,7 @@
         <title>Emmet County Recycling</title>
         <title><?php wp_title(); ?></title>
         <?php wp_head();?>
-               <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.3" />
+               <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.4" />
         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
         <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
     </head>
index 4bc6b1f..492cda8 100755 (executable)
@@ -53,7 +53,7 @@ ul, ol, dl {
     }
 }
 #main .editor-content a {
-        font-weight: bold;
+    font-weight: bold;
 }
 p.open {
     font-family: Open Sans, sans-serif;