2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
+4
View File
@@ -73,6 +73,10 @@ img {
-ms-interpolation-mode: bicubic;
}
#map_canvas img {
max-width: none;
}
button,
input,
select,
+5
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
// -------------------------