| Index: Source/core/css/html.css
|
| diff --git a/Source/core/css/html.css b/Source/core/css/html.css
|
| index 0801e374e423379abc09d70b4098da3e9b2ee868..86d7cbbe7416bdaac61299a67ad982d7da25c649 100644
|
| --- a/Source/core/css/html.css
|
| +++ b/Source/core/css/html.css
|
| @@ -59,10 +59,6 @@ body {
|
| margin: 8px
|
| }
|
|
|
| -body:-webkit-seamless-document {
|
| - margin: 0px
|
| -}
|
| -
|
| body:-webkit-full-page-media {
|
| background-color: rgb(0, 0, 0)
|
| }
|
| @@ -1115,14 +1111,10 @@ frameset {
|
| border-color: inherit
|
| }
|
|
|
| -iframe:not([seamless]) {
|
| +iframe {
|
| border: 2px inset
|
| }
|
|
|
| -iframe[seamless] {
|
| - display: block
|
| -}
|
| -
|
| details {
|
| display: block
|
| }
|
|
|