From 4cd94b5199b95c044ba247e7c8aaefa1412aa889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 30 Jan 2013 20:02:44 +0100 Subject: [PATCH] update the blockquote css, again --- theme/static/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 94982d3..eac0a83 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -108,7 +108,6 @@ pre{background-color: #eee; padding: 10px; color: #000; margin: 10px; overflow: /* Quotes */ blockquote { margin: 20px; - font-style: italic; border-left: 10px #eaeaea solid; padding-left: 10px; }