Files
Mozilla/mozilla/mailnews/base/resources/content/messagePane.xul
hyatt%netscape.com 04637210d9 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49595 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:49:07 +00:00

24 lines
569 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<!DOCTYPE window>
<window
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:style>
window {
overflow: auto;
}
</html:style>
<box align="vertical" style="width: 100%; height: 100%">
<box align="horizontal" flex="100%">
<html:iframe name="browser.webwindow" width="100%" height="325px" flex="100%"> </html:iframe>
</box>
</box>
</window>