getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Tidy and upgrade max-width exclusion in typo for images #184

Closed getdave closed 10 years ago

getdave commented 11 years ago

Add .anystretch to the overides to max-width in typo atom

// We need to revert these for Google maps cos else it breaks!
#googlemap img, object, embed { max-width: none; }
#map_canvas embed { max-width: none; }
#map_canvas img { max-width: none; }
#map_canvas object { max-width: none; }
.anystretch img { max-width: none;}