From 7727ed2ecc0583f493242d84e9f9934f10ab7e96 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 30 Jun 2015 09:47:20 -0400 Subject: [PATCH] Grunt wasn't working properly, fix on previous 2 commits. --- css/app.css | 3 +++ header.php | 2 +- scss/_structure.scss | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index bbf2ce7..da216cd 100755 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/header.php b/header.php index f9ee22f..36fd7d7 100755 --- a/header.php +++ b/header.php @@ -6,7 +6,7 @@ Emmet County Recycling <?php wp_title(); ?> - + diff --git a/scss/_structure.scss b/scss/_structure.scss index 4bc6b1f..492cda8 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -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; -- 2.17.1