From 51b50382fbc7e3c700d0767121f0aeaf5a4096d0 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 9 Aug 2016 10:51:20 -0700 Subject: [PATCH] Added text-align:justify for blockquotes in the main div --- modules/shared/templates/common.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/shared/templates/common.css b/modules/shared/templates/common.css index 8414053e3..5406b328b 100644 --- a/modules/shared/templates/common.css +++ b/modules/shared/templates/common.css @@ -167,6 +167,9 @@ pre a, code a { padding-bottom: 1em; padding-right: 1em; */ } +.common-main blockquote { + text-align: justify; +} .common-image-gallery { margin: 0 auto; text-align: center;