Commit fe30bd60 authored by Mark Otto's avatar Mark Otto

make bootstrap like google maps a bit more

parent 76ee2123
...@@ -73,6 +73,10 @@ img { ...@@ -73,6 +73,10 @@ img {
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
#map_canvas img {
max-width: none;
}
button, button,
input, input,
select, select,
......
...@@ -81,6 +81,11 @@ img { ...@@ -81,6 +81,11 @@ img {
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
// Prevent max-width from affecting Google Maps
#map_canvas img {
max-width: none;
}
// Forms // Forms
// ------------------------- // -------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment