mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
style:fix css warning Fixes#21
This commit is contained in:
parent
5c58bc7a54
commit
8e3dce66e9
|
@ -134,6 +134,12 @@ a:hover {
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* Headers */
|
||||
h3 {
|
||||
color: inherit;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
/* The first headword in a (possibly) multi-headword DSL article */
|
||||
.gdarticlebody > div:first-child .dsl_headwords,
|
||||
.gdarticlebody > h3:first-child {
|
||||
|
@ -162,12 +168,6 @@ code::selection {
|
|||
background: #839EC7;
|
||||
}
|
||||
|
||||
/* Headers */
|
||||
h3 {
|
||||
color: inherit;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
/******** DSL Dictionaries ****************/
|
||||
|
||||
/* DSL headwords */
|
||||
|
|
Loading…
Reference in a new issue