Tweaks for background color since CSS isolation was introduced

This commit is contained in:
Timon Wong 2013-05-28 13:10:14 +08:00
parent a9da5c22fc
commit d83c7584a0
3 changed files with 11 additions and 11 deletions

View file

@ -1,11 +1,11 @@
html
{
background: white !important;
background-color: white;
}
body
{
background: white !important;
background: white;
font-size: 13px;
}

View file

@ -1,11 +1,11 @@
html
{
background: white !important;
background-color: white;
}
body
{
background: white !important;
background: white;
}
a
@ -19,6 +19,11 @@ a:hover
text-decoration: underline;
}
.gdarticle
{
background: white;
}
/* Dictionary's name heading */
.gddictname
{
@ -45,11 +50,6 @@ a:hover
background: white;
}
.gdarticle
{
background: white;
}
.gdarticleseparator + script + .gdarticle .gddictname
{
border-top: 1px solid #ccc;

View file

@ -1,6 +1,6 @@
html
{
background: white !important;
background-color: white;
}
body
@ -9,7 +9,7 @@ body
margin-right: 3px;
margin-left: 2px;
margin-bottom: 3px;
background: white !important;
background: white;
font-family: Tahoma, Segoe UI, Palatino Linotype, Arial Unicode MS;
}