Stylish support for url-prefix
I'm working on a style for Google Reader. Initially I used:
@-moz-document url("http://www.google.com/reader/view/") {
but someone suggested that this:
@-moz-document url-prefix("http://www.google.com/reader/view/") {
works better as it applys the style to all Google Reader URLs (such as adding a feed), but doing this in Stylish prevents the style from loading. Does Stylish support url-prefix? I can get this to work in Camino though.
Thanks!
@-moz-document url("http://www.google.com/reader/view/") {
but someone suggested that this:
@-moz-document url-prefix("http://www.google.com/reader/view/") {
works better as it applys the style to all Google Reader URLs (such as adding a feed), but doing this in Stylish prevents the style from loading. Does Stylish support url-prefix? I can get this to work in Camino though.
Thanks!
Comments