From 0346ef151eb2dcd5af86a44724738250c0f754da Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Fri, 10 May 2013 12:27:39 +0200 Subject: [PATCH] Fixed #305: Stardict: Serious incompatibility with indentation --- article-style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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 *********/