Make prefs skinnable.

This commit is contained in:
waterson%netscape.com 1999-12-05 23:57:46 +00:00
parent 38e938ebbc
commit 9cbdea409e
5 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@
Contributor(s):
-->
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>

View File

@ -22,6 +22,7 @@
Contributor(s):
-->
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/preftree.dtd" >
<window xmlns:html="http://www.w3.org/TR/REC-html40"

View File

@ -21,7 +21,7 @@
Contributor(s):
-->
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>

View File

@ -22,6 +22,7 @@
Contributor(s):
-->
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/preftree.dtd" >
<window xmlns:html="http://www.w3.org/TR/REC-html40"

View File

@ -1,3 +1,5 @@
@import url(chrome://global/skin);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for XUL elements */