michael@0: %if 0 michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: %endif michael@0: michael@0: body.private > #errorPageContainer { michael@0: background-image: url("chrome://browser/skin/Privacy-48.png"); michael@0: } michael@0: michael@0: body.normal > #errorPageContainer { michael@0: background-image: url("chrome://global/skin/icons/question-64.png"); michael@0: } michael@0: michael@0: #clearRecentHistoryDesc { michael@0: margin-top: 2em; michael@0: } michael@0: michael@0: #clearRecentHistoryDesc > p { michael@0: font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */ michael@0: } michael@0: michael@0: #startPrivateBrowsingDesc > button { michael@0: -moz-margin-start: 0; michael@0: } michael@0: michael@0: #footerDesc > p { michael@0: font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */ michael@0: } michael@0: michael@0: #moreInfo { michael@0: font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */ michael@0: -moz-padding-start: 25px; michael@0: background: url("chrome://global/skin/icons/information-16.png") no-repeat top left; michael@0: } michael@0: michael@0: #moreInfo:-moz-dir(rtl) { michael@0: background-position: top right; michael@0: } michael@0: michael@0: #moreInfoText { michael@0: margin-bottom: 0; michael@0: } michael@0: michael@0: #moreInfoLinkContainer { michael@0: margin-top: 0.5em; michael@0: }