From 26af3ff021dd62d4dca111543c877552fbd23ca3 Mon Sep 17 00:00:00 2001 From: Francois Michonneau Date: Thu, 19 Feb 2015 00:01:44 -0500 Subject: [PATCH] fix blockquote --- css/swc.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/swc.css b/css/swc.css index a4a1076..ffdc7c9 100644 --- a/css/swc.css +++ b/css/swc.css @@ -102,11 +102,13 @@ blockquote { margin: 1em; padding: 1em 1em .5em 1em; width: 90%; + font-size: inherit; } /* Citation for testimonial quote. */ blockquote.testimonial cite { font-style: italic; + font-size: inherit; } /* Main body of pages. */