https://bugzilla.wikimedia.org/show_bug.cgi?id=25279

--- Comment #6 from Ryan Kaldari <[email protected]> 2010-09-25 00:07:35 
UTC ---
You can hide webkit-only CSS from other browsers using:

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
}

or, as suggested above, put it in a separate css file.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to