From 79487ba499992c4bdfe41044e081a7ee4f5e4815 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 19 Jan 2014 23:07:32 -0800 Subject: [PATCH 01/10] fix #12298 --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.html b/docs/getting-started.html index f8eb3db3c2..5dc9ea89a6 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -486,7 +486,7 @@ bootstrap/ {% highlight css %} @-ms-viewport { width: device-width; } {% endhighlight %} -

However, this doesn't work as it causes Windows Phone 8 devices to show a mostly desktop view instead of narrow "phone" view. To address this, you'll need to include the following CSS and JavaScript to work around the bug until Microsoft issues a fix.

+

However, this doesn't work for devices running Windows Phone 8 versions older than Update 3 (a.k.a. GDR3), as it causes such devices to show a mostly desktop view instead of narrow "phone" view. To address this, you'll need to include the following CSS and JavaScript to work around the bug.

{% highlight css %} @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } From c658e4e926cc313de6cbadb8034d58ba0b79ed21 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 21 Jan 2014 00:55:56 -0800 Subject: [PATCH 02/10] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3990ff008..9beef51e83 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Should you encounter problems with installing dependencies or running Grunt comm Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. -More over, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo). +Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo). Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at . From ae579e950b4eb24b59c819be7f891a9d3554328c Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 21 Jan 2014 18:36:48 +0900 Subject: [PATCH 03/10] Update index.html This is very minor, but to help encourage best practises it'd be best to have the input type 'email' for this email input example instead of 'text' --- docs/examples/signin/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html index 14444abdb5..c04764f950 100644 --- a/docs/examples/signin/index.html +++ b/docs/examples/signin/index.html @@ -32,7 +32,7 @@