Minor cleanup.

This commit is contained in:
slamm%netscape.com 1999-07-12 23:23:35 +00:00
parent ee50921396
commit 6f0801e3f5
3 changed files with 5 additions and 6 deletions

View File

@ -18,8 +18,8 @@
-->
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<?xml-stylesheet href="resource:/res/rdf/sidebar.css" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://sidebar/skin/" type="text/css"?>
<?xml-stylesheet href="resource:/res/rdf/flash.css" type="text/css"?>
<!DOCTYPE window

View File

@ -5,8 +5,8 @@
<!DOCTYPE window
[
<!ENTITY sidebar.title.label "Sidebar">
<!ENTITY sidebar.reload.label "Reload">
<!ENTITY sidebar.customize.label "Customize">
<!ENTITY sidebar.reload.label "reload">
<!ENTITY sidebar.customize.label "customize">
]>
<window
@ -16,7 +16,7 @@
onload="Init('resource:/res/rdf/sidebar-browser.rdf',
'NC:BrowserSidebarRoot');" align="vertical">
<html:script src="sidebar.js" />
<html:script src="resource://res/rdf/sidebar.js" />
<box id="sidebox" align="vertical" flex="100%">
<box class="sidebartitle">
<html:div class="sidebartitlelabel">&sidebar.title.label;</html:div>

View File

@ -101,7 +101,6 @@ box#sidebox
{
width: 100%;
height: 100%;
display:block;
}
box.sidebartitle