From 16117b114db9b6c2dcd980d39fe67e724a910e40 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Thu, 18 Feb 1999 05:00:22 +0000 Subject: [PATCH] Changes to the XUL stylesheet file and tweaks to the makefiles to make sure that the navigator.xul file is properly installed in the res/samples directory. --- xpfe/browser/src/Makefile.in | 1 + xpfe/browser/src/makefile.win | 1 + xpfe/browser/src/xul.css | 11 ++++++++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/xpfe/browser/src/Makefile.in b/xpfe/browser/src/Makefile.in index ac301da730ae..cba3e4f0fb73 100644 --- a/xpfe/browser/src/Makefile.in +++ b/xpfe/browser/src/Makefile.in @@ -31,6 +31,7 @@ EXPORT_RESOURCE_SAMPLES = \ $(srcdir)/BrowserInitPage.html \ $(srcdir)/sidebar.html \ $(srcdir)/xul.css \ + $(srcdir)/navigator.xul \ $(NULL) install:: diff --git a/xpfe/browser/src/makefile.win b/xpfe/browser/src/makefile.win index ee282e80e07e..0b62c73d658b 100644 --- a/xpfe/browser/src/makefile.win +++ b/xpfe/browser/src/makefile.win @@ -69,6 +69,7 @@ install:: $(DLL) $(MAKE_INSTALL) BrowserInitPage.html $(DIST)\bin\res\samples $(MAKE_INSTALL) sidebar.html $(DIST)\bin\res\samples $(MAKE_INSTALL) xul.css $(DIST)\bin\res\samples + $(MAKE_INSTALL) navigator.xul $(DIST)\bin\res\samples clobber:: rm -f $(DIST)\bin\$(DLLNAME).dll diff --git a/xpfe/browser/src/xul.css b/xpfe/browser/src/xul.css index df5180606eb6..a24c29b610c5 100644 --- a/xpfe/browser/src/xul.css +++ b/xpfe/browser/src/xul.css @@ -47,4 +47,13 @@ button.throbber { } throbber[busy] { background-image:url("resource:/res/throbber/anims07.gif"); -} \ No newline at end of file +} + +broadcaster { + display: none; +} + +observes { + display: none; +} +