oscarholmedo

Bootstrap/Gmap3/Google Maps streetview icon css fix

Apr 2nd, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. /*Bootstrap/Gmap3/Google Maps streetview icon css fix  */
  2. #mapCanvas img {
  3.     max-width: none !important;
  4. }
  5. img, object, embed {
  6.     max-width: none !important;
  7. }
  8. #mapCanvas label {
  9.     width: auto; display:inline !important;  
  10. }
Add Comment
Please, Sign In to add comment