cleaned up viewport pseudo elements

git-svn-id: svn://10.0.0.236/trunk@42689 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com 1999-08-08 01:23:22 +00:00
parent aebbdb8e19
commit 346eec8473
2 changed files with 8 additions and 6 deletions

View File

@ -135,6 +135,7 @@ table {
/* border-style: outset; */
border-color: #c0c0c0;
border-spacing: 2px;
border-collapse: separate;
margin-top: 0;
margin-bottom: 0;
}
@ -994,18 +995,18 @@ sourcetext { /* XXX should not be in HTML namespace */
height: 0;
}
:-moz-viewport {
:viewport, :viewport-scroll {
display: block;
background-color: inherit;
}
/* XXX Temporary until @page is supported... */
:-moz-page {
:-moz-page, :-moz-page-sequence {
background: none;
display: block;
}
:root {
:canvas {
display: block;
background-color: inherit;
}

View File

@ -135,6 +135,7 @@ table {
/* border-style: outset; */
border-color: #c0c0c0;
border-spacing: 2px;
border-collapse: separate;
margin-top: 0;
margin-bottom: 0;
}
@ -994,18 +995,18 @@ sourcetext { /* XXX should not be in HTML namespace */
height: 0;
}
:-moz-viewport {
:viewport, :viewport-scroll {
display: block;
background-color: inherit;
}
/* XXX Temporary until @page is supported... */
:-moz-page {
:-moz-page, :-moz-page-sequence {
background: none;
display: block;
}
:root {
:canvas {
display: block;
background-color: inherit;
}