mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
add dict's margin back to lingos style
This commit is contained in:
parent
547f2a4cd2
commit
3e6c85b404
|
@ -97,4 +97,5 @@ body
|
||||||
{
|
{
|
||||||
clear: both;
|
clear: both;
|
||||||
border-top: 1px solid #92b0dd;
|
border-top: 1px solid #92b0dd;
|
||||||
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -531,7 +531,7 @@ div.xdxf
|
||||||
/************* MDict dictionaries **************/
|
/************* MDict dictionaries **************/
|
||||||
.mdict
|
.mdict
|
||||||
{
|
{
|
||||||
/* margin-top: 1em; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdict a[name]
|
.mdict a[name]
|
||||||
|
|
Loading…
Reference in a new issue