0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

make bootstrap like google maps a bit more

This commit is contained in:
Mark Otto 2012-05-24 20:18:52 -07:00
parent 76ee212343
commit fe30bd6055
2 changed files with 9 additions and 0 deletions

View File

@ -73,6 +73,10 @@ img {
-ms-interpolation-mode: bicubic;
}
#map_canvas img {
max-width: none;
}
button,
input,
select,

View File

@ -81,6 +81,11 @@ img {
-ms-interpolation-mode: bicubic;
}
// Prevent max-width from affecting Google Maps
#map_canvas img {
max-width: none;
}
// Forms
// -------------------------