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