Just put the bookmarks-toolbar binding into browser.css so we don't need to include yet another css file.

This commit is contained in:
blakeross%telocity.com 2002-10-13 16:50:35 +00:00
parent 5a6bbe67fe
commit 4499ea4975
3 changed files with 6 additions and 7 deletions

View File

@ -22,3 +22,9 @@ window[chromehidden~="toolbar"] #navigator-throbber[busy="true"] {
#search-bar {
-moz-binding: url("chrome://browser/content/search.xml#searchbar");
}
bookmarks-toolbar {
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksToolbar.xml#bookmarks-toolbar");
min-width: 0px;
width:0px;
}

View File

@ -24,7 +24,6 @@
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
<?xml-stylesheet href="chrome://browser/content/bookmarks/bookmarks.css" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >

View File

@ -1,9 +1,3 @@
bookmarks-toolbar {
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksToolbar.xml#bookmarks-toolbar");
min-width: 0px;
width:0px;
}
bookmarks-tree, bookmarks-tree[type="multi-column"] {
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksTree.xml#bookmarks-tree-full");
}