2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fixes #5188: add .google-maps class to reset responsive images on case-by-case basis

This commit is contained in:
Mark Otto
2012-10-01 10:48:57 -07:00
parent 085d6d185d
commit 239ce24f92
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -75,7 +75,8 @@ img {
-ms-interpolation-mode: bicubic;
}
#map_canvas img {
#map_canvas img,
.google-maps img {
max-width: none;
}
+2 -1
View File
@@ -88,7 +88,8 @@ img {
}
// Prevent max-width from affecting Google Maps
#map_canvas img {
#map_canvas img,
.google-maps img {
max-width: none;
}