From 96718641de96daa63969d61c13de65b1bdb03b9b Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Wed, 13 Aug 2014 12:18:30 +0100 Subject: [PATCH] Adds in missing class Brings in class that was missing from updated Sass but in style.css. Props @corvannoorloos --- sass/site/primary/_posts-and-pages.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/site/primary/_posts-and-pages.scss b/sass/site/primary/_posts-and-pages.scss index 9bec898..704f7d1 100644 --- a/sass/site/primary/_posts-and-pages.scss +++ b/sass/site/primary/_posts-and-pages.scss @@ -7,7 +7,7 @@ } .byline, -.updated { +.updated:not(.published){ display: none; }