Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935

Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
This commit is contained in:
dbaron%fas.harvard.edu 2006-07-27 14:52:41 +00:00
parent 089e3fce46
commit 09e4a2dcb4

View File

@ -51,10 +51,10 @@
* Sidebar and Panel title buttons
*/
sidebarheader[type="box"] {
behavior: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-box);
-moz-binding: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-box);
}
sidebarheader[type="splitter"] {
behavior: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-splitter);
-moz-binding: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-splitter);
/* a vertical splitter */
cursor: n-resize;
}