Bug 782305 - webconsole.xul should not load browser.css. r=msucan

This commit is contained in:
Dão Gottwald 2012-08-13 20:52:19 +02:00
parent 5ad846085d
commit 85e2f239c1

View File

@ -6,7 +6,7 @@
<!ENTITY % webConsoleDTD SYSTEM "chrome://browser/locale/devtools/webConsole.dtd">
%webConsoleDTD;
]>
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/devtools/webconsole.css"
type="text/css"?>
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>