Skip to content

Commit

Permalink
Using single quotes instead of double to fix CSS inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Nov 29, 2014
1 parent 5623afa commit 0b9e5f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generic.html
Expand Up @@ -111,7 +111,7 @@
h1{
/*@editable*/color:#404040;
display:block;
/*@editable*/font-family:"Helvetica Neue",Helvetica, Arial, sans-serif;
/*@editable*/font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
/*@editable*/font-size:30px;
/*@editable*/font-style:normal;
/*@editable*/font-weight:200;
Expand All @@ -132,7 +132,7 @@
h2{
/*@editable*/color:#333333;
display:block;
/*@editable*/font-family:"Helvetica Neue",Helvetica, Arial, sans-serif;
/*@editable*/font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
/*@editable*/font-size:20px;
/*@editable*/font-style:normal;
/*@editable*/font-weight:normal;
Expand Down Expand Up @@ -949,4 +949,4 @@ <h1>*|RSSITEM:TITLE|*</h1>
</table>
</center>
</body>
</html>
</html>

0 comments on commit 0b9e5f6

Please sign in to comment.