Bug 712347 - 'The image cannot be displayed ...' error message is hard to read on a dark background. r=roc

This commit is contained in:
Greg Karz 2012-01-13 16:26:41 -08:00
parent 843a61d98d
commit 41476e52a4

View File

@ -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;