mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Fixed #305: Stardict: Serious incompatibility with indentation
This commit is contained in:
parent
94d838b189
commit
0346ef151e
|
@ -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 *********/
|
||||
|
||||
|
|
Loading…
Reference in a new issue