Bug 597153 - Revert style change that caused white margins on some sites [r=stechz]
--- a/mobile/chrome/content/content.css
+++ b/mobile/chrome/content/content.css
@@ -43,20 +43,16 @@
* > *:not(embed):focus, * > *:focus > font {
outline: 2px solid #8db8d8 !important;
/*
XXX How do I preserve mac focusring without blowing focus color on other platforms?
outline-color: -moz-mac-focusring !important;
*/
}
-html {
- background: white;
-}
-
*:link:focus, *:visited:focus {
outline-offset: -2px;
}
/* Style the scrollbars */
xul|scrollbar {
-moz-appearance: none !important;
display: none !important;