diff options
| author | Mark Otto <[email protected]> | 2012-05-24 20:18:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-24 20:18:52 -0700 |
| commit | fe30bd60553bea0f706725deb9a0ad9ef04f0247 (patch) | |
| tree | 143fd0ce3ef6dd1f3e3cbbbe343fa80e297bfc45 | |
| parent | 76ee212343289577a2e06f03a0ecea9d09ab7bcc (diff) | |
| download | bootstrap-fe30bd60553bea0f706725deb9a0ad9ef04f0247.tar.xz bootstrap-fe30bd60553bea0f706725deb9a0ad9ef04f0247.zip | |
make bootstrap like google maps a bit more
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 | ||||
| -rw-r--r-- | less/reset.less | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 89962afb3..da5c706c9 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -73,6 +73,10 @@ img { -ms-interpolation-mode: bicubic; } +#map_canvas img { + max-width: none; +} + button, input, select, diff --git a/less/reset.less b/less/reset.less index d9ce2b110..2332e03c3 100644 --- a/less/reset.less +++ b/less/reset.less @@ -81,6 +81,11 @@ img { -ms-interpolation-mode: bicubic; } +// Prevent max-width from affecting Google Maps +#map_canvas img { + max-width: none; +} + // Forms // ------------------------- |
