mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-18 03:14:06 +00:00
fix: body and banner overlap
This commit is contained in:
parent
9700969a04
commit
be24e04c17
|
@ -75,6 +75,12 @@ pre
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gddictnamebodyseparator
|
||||||
|
{
|
||||||
|
display: inline-block;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
/* Dictionary query error description string */
|
/* Dictionary query error description string */
|
||||||
.gderrordesc
|
.gderrordesc
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue