mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +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;
|
||||
}
|
||||
|
||||
.mdict a[name]
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/************* Spelling suggestions *****************/
|
||||
|
||||
.gdspellsuggestion
|
||||
|
|
Loading…
Reference in a new issue