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 html
{ {
background: white !important; background-color: white;
} }
body body
{ {
background: white !important; background: white;
font-size: 13px; font-size: 13px;
} }

View file

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

View file

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