From b18c94f29ec107b83c044e8e69a0a41f17ec97aa Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Thu, 27 Mar 2014 09:46:17 +0100 Subject: [PATCH] Revert "Better blockquotes" This reverts commit a9eda22a4e5186976288ae34b9e6e8c2738e74d7. --- assets/css/screen.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 8ed659c..e682245 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -277,11 +277,6 @@ blockquote { margin: 1.6em 0 1.6em -2.2em; padding: 0 0 0 1.6em; border-left: #4a4a4a 0.4em solid; - quotes: "“" "”"; -} - -blockquote > p:first-child:before { - content: open-quote; } blockquote p {