diff --git a/layout/style/TopLevelImageDocument.css b/layout/style/TopLevelImageDocument.css index 5efbd96a94c3..9bb5cfa100b3 100644 --- a/layout/style/TopLevelImageDocument.css +++ b/layout/style/TopLevelImageDocument.css @@ -49,6 +49,8 @@ This is bad during printing, it means tall image frames won't know the size of the paper and cannot break into continuations along multiple pages. */ img { + color: #eee; + text-align: center; display: block; position: absolute; margin: auto;