diff options
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/community.md | 2 | ||||
| -rw-r--r-- | docs/getting-started/contents.md | 3 | ||||
| -rw-r--r-- | docs/getting-started/download.md | 2 | ||||
| -rw-r--r-- | docs/getting-started/support.md | 14 |
4 files changed, 10 insertions, 11 deletions
diff --git a/docs/getting-started/community.md b/docs/getting-started/community.md index d14d1360d..d6270c381 100644 --- a/docs/getting-started/community.md +++ b/docs/getting-started/community.md @@ -6,7 +6,7 @@ title: Community Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources. - Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com/). -- Chat with fellow Bootstrappers using IRC in the `irc.freenode.net` server, in the [##twitter-bootstrap channel](irc://irc.freenode.net/#twitter-bootstrap). +- Chat with fellow Bootstrappers using IRC in the `irc.freenode.net` server, in the [##twitter-bootstrap channel](irc://irc.freenode.net/%23twitter-bootstrap). - For help using Bootstrap, ask on [StackOverflow using the tag `twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3). - Find inspiring examples of people building with Bootstrap at the [Bootstrap Expo](http://expo.getbootstrap.com). diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md index 6e267470f..450b24751 100644 --- a/docs/getting-started/contents.md +++ b/docs/getting-started/contents.md @@ -20,13 +20,14 @@ Once downloaded, unzip the compressed folder to see the structure of (the compil bootstrap/ ├── css/ │ ├── bootstrap.css +│ ├── bootstrap.css.map │ ├── bootstrap.min.css └── js/ ├── bootstrap.js └── bootstrap.min.js {% endhighlight %} -This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (1bootstrap.min.*1). +This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. ### Bootstrap source code diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 39b2381ce..cdcb770ba 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -19,7 +19,7 @@ Source Less, JavaScript, and documentation. **Requires a Less compiler and [some ### Bower -Install and manage Bootstrap's Less, CSS, and JavaScript using [Bower](http://bower.io). +You can also install and manage Bootstrap's Less, CSS, and JavaScript using [Bower](http://bower.io). {% highlight bash %}$ bower install bootstrap{% endhighlight %} diff --git a/docs/getting-started/support.md b/docs/getting-started/support.md index 0fd1b3982..7fff752f9 100644 --- a/docs/getting-started/support.md +++ b/docs/getting-started/support.md @@ -23,7 +23,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla </thead> <tbody> <tr> - <th>Android</th> + <th scope="row">Android</th> <td class="text-success">Supported</td> <td class="text-success">Supported</td> <td class="text-muted" rowspan="3" style="vertical-align: middle;">N/A</td> @@ -31,21 +31,21 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla <td class="text-muted">N/A</td> </tr> <tr> - <th>iOS</th> + <th scope="row">iOS</th> <td class="text-success">Supported</td> <td class="text-muted">N/A</td> <td class="text-danger">Not supported</td> <td class="text-success">Supported</td> </tr> <tr> - <th>Mac OS X</th> + <th scope="row">Mac OS X</th> <td class="text-success">Supported</td> <td class="text-success">Supported</td> <td class="text-success">Supported</td> <td class="text-success">Supported</td> </tr> <tr> - <th>Windows</th> + <th scope="row">Windows</th> <td class="text-success">Supported</td> <td class="text-success">Supported</td> <td class="text-success">Supported</td> @@ -164,8 +164,6 @@ The rendering engine of versions of Safari prior to v7.1 for OS X and Safari for - Add `.pull-right` to your last grid column to get the hard-right alignment - Tweak your percentages manually to get the perfect rounding for Safari (more difficult than the first option) -We'll keep an eye on this though and update our code if we have an easy solution. - ### Modals, navbars, and virtual keyboards #### Overflow and scrolling @@ -178,7 +176,7 @@ Also, note that if you're using a fixed navbar or using inputs within a modal, i #### Navbar Dropdowns -The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or any other element which will fire a click event in iOS). +The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile)). ### Browser zooming @@ -228,4 +226,4 @@ In order to provide the best possible experience to old and buggy browsers, Boot These validation warnings don't matter in practice since the non-hacky portion of our CSS does fully validate and the hacky portions don't interfere with the proper functioning of the non-hacky portion, hence why we deliberately ignore these particular warnings. -Our HTML docs likewise have some trivial and inconsequential HTML validation warnings due to our inclusion of [X-UA-Compatible `<meta>` tags](#ie-compatibility-modes) to avoid Internet Explorer issues and our inclusion of a workaround for [a certain Firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=654072). +Our HTML docs likewise have some trivial and inconsequential HTML validation warnings due to our inclusion of a workaround for [a certain Firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=654072). |
