diff --git a/article-style.css b/article-style.css index f13d0599..0ae55994 100644 --- a/article-style.css +++ b/article-style.css @@ -136,6 +136,14 @@ div.sdct_x { } +/* Blockquotes in XDXF-styled elements are used + for indentation purposes, see Issue #305. */ +.sdct_x blockquote +{ + margin: 0px; + padding-left: 9px; + display: inline-block; +} /******** XDXF markup classes *********/