mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
missing css info. Updating it
This commit is contained in:
parent
b67973b0fd
commit
fb3a57c0e8
@ -1,22 +1,12 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<?xml-stylesheet href="xul.css" type="text/css"?>
|
|
||||||
<?xml-stylesheet href="dialog.css" type="text/css"?>
|
|
||||||
<?xml-stylesheet href="pref.css" type="text/css"?>
|
|
||||||
|
|
||||||
<!DOCTYPE window
|
<html>
|
||||||
[
|
<body>
|
||||||
]
|
|
||||||
|
|
||||||
>
|
|
||||||
<script language="JavaScript" src="PrefsWindow.js">
|
<script language="JavaScript" src="PrefsWindow.js">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style TYPE="text/css">
|
||||||
|
@import url(pref.css);
|
||||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
</style>
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
||||||
onload="return StartUp('Composer');" title="Sample Prefs Panel">
|
|
||||||
|
|
||||||
|
|
||||||
<DIV ID=top>
|
<DIV ID=top>
|
||||||
<SPAN ID=lefttext>Composer</SPAN>
|
<SPAN ID=lefttext>Composer</SPAN>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user