From e6ffa223e0127bf6be616de698b5fe50eeb57caf Mon Sep 17 00:00:00 2001 From: Emil Uzelac Date: Tue, 9 Sep 2014 21:39:38 -0500 Subject: [PATCH] Double quotes for consistency ```_s``` uses ```""``` throughout except in clearings. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 518446e..425a5fe 100644 --- a/style.css +++ b/style.css @@ -603,7 +603,7 @@ a:active { .site-content:after, .site-footer:before, .site-footer:after { - content: ''; + content: ""; display: table; }