diff options
| author | Mark Otto <[email protected]> | 2014-11-30 20:17:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-30 20:17:45 -0800 |
| commit | b648a77ed36d2d3a38842a7ab5a19ba50c52bae6 (patch) | |
| tree | 5f2a1a3db3f9464f1803c1afef8946e07951ad5c /docs/getting-started | |
| parent | b53ad74d472d0dbe3669b61e79c89fd35da4aa1f (diff) | |
| parent | 0eb2c922d892bdcd4356b7212ab61c7d8a44c2dc (diff) | |
| download | bootstrap-b648a77ed36d2d3a38842a7ab5a19ba50c52bae6.tar.xz bootstrap-b648a77ed36d2d3a38842a7ab5a19ba50c52bae6.zip | |
Merge branch 'master' into v4
Conflicts:
Gruntfile.js
_config.yml
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.min.css
dist/css/bootstrap.css
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
dist/fonts/glyphicons-halflings-regular.eot
dist/fonts/glyphicons-halflings-regular.svg
dist/fonts/glyphicons-halflings-regular.ttf
dist/fonts/glyphicons-halflings-regular.woff
docs/_data/glyphicons.yml
docs/_includes/components/alerts.html
docs/_includes/components/badges.html
docs/_includes/components/button-dropdowns.html
docs/_includes/components/button-groups.html
docs/_includes/components/dropdowns.html
docs/_includes/components/glyphicons.html
docs/_includes/components/input-groups.html
docs/_includes/components/labels.html
docs/_includes/components/media.html
docs/_includes/components/navbar.html
docs/_includes/components/navs.html
docs/_includes/components/pagination.html
docs/_includes/components/panels.html
docs/_includes/components/progress-bars.html
docs/_includes/css/buttons.html
docs/_includes/css/forms.html
docs/_includes/css/grid.html
docs/_includes/css/helpers.html
docs/_includes/css/images.html
docs/_includes/css/less.html
docs/_includes/css/responsive-utilities.html
docs/_includes/css/sass.html
docs/_includes/css/tables.html
docs/_includes/css/type.html
docs/_includes/getting-started/accessibility.html
docs/_includes/getting-started/browser-device-support.html
docs/_includes/getting-started/community.html
docs/_includes/getting-started/download.html
docs/_includes/getting-started/examples.html
docs/_includes/getting-started/whats-included.html
docs/_includes/js/affix.html
docs/_includes/js/alerts.html
docs/_includes/js/buttons.html
docs/_includes/js/carousel.html
docs/_includes/js/collapse.html
docs/_includes/js/dropdowns.html
docs/_includes/js/modal.html
docs/_includes/js/overview.html
docs/_includes/js/tabs.html
docs/_includes/nav/components.html
docs/_includes/nav/css.html
docs/_includes/nav/javascript.html
docs/_includes/nav/main.html
docs/about.html
docs/assets/css/docs.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap-theme.css
docs/dist/css/bootstrap-theme.min.css
docs/dist/css/bootstrap.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
docs/dist/fonts/glyphicons-halflings-regular.eot
docs/dist/fonts/glyphicons-halflings-regular.svg
docs/dist/fonts/glyphicons-halflings-regular.ttf
docs/dist/fonts/glyphicons-halflings-regular.woff
docs/examples/carousel/index.html
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-static-top/index.html
docs/examples/navbar/index.html
docs/examples/non-responsive/index.html
docs/examples/non-responsive/non-responsive.css
docs/examples/sticky-footer-navbar/index.html
docs/examples/theme/index.html
fonts/glyphicons-halflings-regular.eot
fonts/glyphicons-halflings-regular.svg
fonts/glyphicons-halflings-regular.ttf
fonts/glyphicons-halflings-regular.woff
less/_carousel.less
less/_forms.less
less/glyphicons.less
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). |
