mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-28 03:44:07 +00:00
MDict: fix malformed <a> tag with name break "Modern", "Lingoes" ... style
This commit is contained in:
parent
0c2d529d55
commit
fd097f1f0d
|
@ -380,6 +380,11 @@ div.xdxf
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdict a[name]
|
||||||
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/************* Spelling suggestions *****************/
|
/************* Spelling suggestions *****************/
|
||||||
|
|
||||||
.gdspellsuggestion
|
.gdspellsuggestion
|
||||||
|
|
Loading…
Reference in a new issue