mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
style: move duplicate class together
This commit is contained in:
parent
ec5d2b12db
commit
e8bcaa2252
|
@ -24,24 +24,19 @@ a:hover
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dictionary's name heading */
|
|
||||||
.gddictname
|
|
||||||
{
|
|
||||||
border: 1px dotted black; padding: 0.2em; padding-left: 0.5em;
|
|
||||||
margin-top: 1.2em; margin-bottom: 0.1em; font-weight: bold; font-size: 14px;
|
|
||||||
background: #87CEEB;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* The 'From ' string which preceeds dictionary name in the heading */
|
/* The 'From ' string which preceeds dictionary name in the heading */
|
||||||
.gdfromprefix
|
.gdfromprefix
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Dictionary's name heading */
|
||||||
.gddictname
|
.gddictname
|
||||||
{
|
{
|
||||||
|
padding: 0.2em; padding-left: 0.5em;
|
||||||
|
margin-bottom: 0.1em;
|
||||||
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
||||||
float: right;
|
float: right;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
|
|
Loading…
Reference in a new issue