Override just the border width, not all the border properties. Bug 377584, r+sr=dbaron

This commit is contained in:
bzbarsky@mit.edu 2007-05-04 23:22:36 -07:00
parent f4c385a5ea
commit e63c5bfed6

View File

@ -61,7 +61,7 @@ svg:not(:root), symbol, image, marker, pattern, foreignObject {
foreignObject {
margin: 0 ! important;
padding: 0 ! important;
border: none ! important;
border-width: 0 ! important;
}
*|*::-moz-svg-foreign-content {