diff options
| author | Chris Rebert <[email protected]> | 2014-05-14 17:08:53 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-05-14 17:08:53 -0700 |
| commit | f6bebbd83af66476da63fada2766165dac9fb0a7 (patch) | |
| tree | 295f2ae9333db567582a7224f30db3e1a6251ca0 | |
| parent | 7287582cf2187c59cfdd318fb03ceb2408f762f0 (diff) | |
| download | bootstrap-f6bebbd83af66476da63fada2766165dac9fb0a7.tar.xz bootstrap-f6bebbd83af66476da63fada2766165dac9fb0a7.zip | |
reference other more recent source regarding the IE viewport bug
| -rw-r--r-- | less/responsive-utilities.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/responsive-utilities.less b/less/responsive-utilities.less index abbeeeb43..b1db31d7b 100644 --- a/less/responsive-utilities.less +++ b/less/responsive-utilities.less @@ -15,6 +15,7 @@ // // Issue: https://github.com/twbs/bootstrap/issues/10497 // Docs: http://getbootstrap.com/getting-started/#support-ie10-width +// Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ // Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ @-ms-viewport { |
