Double quotes for consistency

```_s``` uses ```""``` throughout except in clearings.
This commit is contained in:
Emil Uzelac 2014-09-09 21:39:38 -05:00
parent f136ddd333
commit e6ffa223e0
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ a:active {
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
content: "";
display: table;
}