Bug 739092 - Neterror icon should not be visible behind robot in about:robots. r=dao

This commit is contained in:
David Creswick 2012-08-20 17:43:00 +12:00
parent 83d0380f9f
commit 7bb25bff0f

View File

@ -42,6 +42,10 @@
]]></script>
<style type="text/css"><![CDATA[
#errorPageContainer {
background-image: none;
}
#errorPageContainer:before {
content: url('chrome://browser/content/aboutRobots-icon.png');
position: absolute;