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.
This commit is contained in:
hyatt%netscape.com 1999-02-18 05:00:22 +00:00
Родитель 020da12e3e
Коммит 16117b114d
3 изменённых файлов: 12 добавлений и 1 удалений

Просмотреть файл

@ -31,6 +31,7 @@ EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/BrowserInitPage.html \
$(srcdir)/sidebar.html \
$(srcdir)/xul.css \
$(srcdir)/navigator.xul \
$(NULL)
install::

Просмотреть файл

@ -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

Просмотреть файл

@ -47,4 +47,13 @@ button.throbber {
}
throbber[busy] {
background-image:url("resource:/res/throbber/anims07.gif");
}
}
broadcaster {
display: none;
}
observes {
display: none;
}