Created
April 4, 2014 16:20
-
-
Save juanpasolano/9978052 to your computer and use it in GitHub Desktop.
Google maps fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*This fixes google maps funcky css*/ | |
img[src*="gstatic.com/"], img[src*="googleapis.com/"] { | |
max-width: 99999px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment