Skip to content

Commit

Permalink
make bootstrap like google maps a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 25, 2012
1 parent 76ee212 commit fe30bd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/assets/css/bootstrap.css
Expand Up @@ -73,6 +73,10 @@ img {
-ms-interpolation-mode: bicubic;
}

#map_canvas img {
max-width: none;
}

button,
input,
select,
Expand Down
5 changes: 5 additions & 0 deletions less/reset.less
Expand Up @@ -81,6 +81,11 @@ img {
-ms-interpolation-mode: bicubic;
}

// Prevent max-width from affecting Google Maps
#map_canvas img {
max-width: none;
}

// Forms
// -------------------------

Expand Down

0 comments on commit fe30bd6

Please sign in to comment.