mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +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>
|
||||
|
||||
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Composer');" title="Sample Prefs Panel">
|
||||
|
||||
<style TYPE="text/css">
|
||||
@import url(pref.css);
|
||||
</style>
|
||||
|
||||
<DIV ID=top>
|
||||
<SPAN ID=lefttext>Composer</SPAN>
|
||||
|
Loading…
x
Reference in New Issue
Block a user