Bug 386759. Make all XUL root elements use quality text rendering (which will inherit to all elements in the document unless overridden by CSS). r=mconnor

This commit is contained in:
roc+@cs.cmu.edu 2007-09-18 19:59:13 -07:00
parent 79b7d95d32
commit 2808022720

View File

@ -16,6 +16,10 @@
display: -moz-box;
}
:root {
text-rendering: optimizeLegibility;
}
/* hide the content and destroy the frame */
*[hidden="true"] {
display: none;