View Single Post
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#41
Originally Posted by GeraldKo View Post
I love the tweak for Google Maps, but I have a conflict and I'm wondering how to get around it.
That was vexing me too, but I found a solution.

Code:
@-moz-document domain(maps.google.com)
// ,url-prefix("http://site/mashup")  // if you have a mash-up page that uses maps they go here
{
* { max-width: 10000 }
}
FYI, this is off the top of my head so if it's wrong just let me know and I'll upload the source from my personal laptop when I get home from work.