mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
style: remove font-family from the new-default-style & modern style
This commit is contained in:
parent
68a3b2a1ff
commit
b9dcb71f23
|
@ -10,7 +10,6 @@ body
|
|||
margin-left: 2px;
|
||||
margin-bottom: 3px;
|
||||
background: white;
|
||||
font-family: Tahoma, Verdana, "Lucida Sans Unicode", "Segoe UI", "Palatino Linotype", "Arial Unicode MS", sans-serif;
|
||||
}
|
||||
|
||||
a
|
||||
|
|
|
@ -6,8 +6,7 @@ html {
|
|||
|
||||
body
|
||||
{
|
||||
font-family: Tahoma, Verdana, "Lucida Sans Unicode", sans-serif;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
/* This stylesheet is used to highligh current selection when doing a search.
|
||||
|
|
Loading…
Reference in a new issue