mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
opt : add padding to modern style
This commit is contained in:
parent
ce8f5eeb7f
commit
e8b5e8d19a
|
@ -5,10 +5,7 @@ html
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-top: 1px;
|
margin: 0;
|
||||||
margin-right: 3px;
|
|
||||||
margin-left: 2px;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,6 +28,8 @@ a:hover
|
||||||
border: 1px solid #d0dde2;
|
border: 1px solid #d0dde2;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: white;
|
background: white;
|
||||||
|
padding-left: 2em;
|
||||||
|
padding-right: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gdactivearticle
|
.gdactivearticle
|
||||||
|
|
Loading…
Reference in a new issue