From: Mark Otto Date: Mon, 19 Jan 2015 22:48:12 +0000 (-0800) Subject: Merge branch 'master' into v4 X-Git-Tag: v4.0.0-alpha~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=325748ff6860fbafaac21e3bfbaabfdb05fa71a8;p=thirdparty%2Fbootstrap.git Merge branch 'master' into v4 Conflicts: _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_includes/components/thumbnails.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/download.html docs/_includes/getting-started/template.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map 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/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/theme/index.html grunt/configBridge.json less/alerts.less less/badges.less less/jumbotron.less less/panels.less less/tables.less less/theme.less less/variables.less package.json scss/_button-group.scss scss/_buttons.scss scss/_forms.scss --- 325748ff6860fbafaac21e3bfbaabfdb05fa71a8 diff --cc Gruntfile.js index 39cc538060,de945ab3cf..a6fe954767 --- a/Gruntfile.js +++ b/Gruntfile.js @@@ -313,8 -371,9 +313,9 @@@ module.exports = function (grunt) all: { options: { build: process.env.TRAVIS_JOB_ID, - throttled: 10, + concurrency: 10, maxRetries: 3, + maxPollRetries: 4, urls: ['http://127.0.0.1:3000/js/tests/index.html'], browsers: grunt.file.readYAML('grunt/sauce_browsers.yml') } diff --cc _config.yml index 1d05764035,da84e67c30..1f63b36f9d --- a/_config.yml +++ b/_config.yml @@@ -32,12 -27,6 +32,12 @@@ blog: http://blog.getbootst expo: http://expo.getbootstrap.com cdn: - css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css - js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js + css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css - css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css + js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js + jquery: //code.jquery.com/jquery-2.1.1.min.js + +bug: + firefox: https://bugzilla.mozilla.org/show_bug.cgi?id= + webkit: https://bugs.webkit.org/show_bug.cgi?id= + chrome: https://code.google.com/p/chromium/issues/detail?id= + github: https://github.com/twbs/bootstrap/issues/ diff --cc docs/_includes/footer.html index c1380af63b,bc5cb866e8..d466e1f869 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@@ -32,11 -32,12 +32,12 @@@ - + + {% if site.github %} - + {% else %} - + {% endif %} {% if site.github %} diff --cc docs/components/forms.md index 7d274c2a00,0000000000..cf149077ec mode 100644,000000..100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@@ -1,517 -1,0 +1,573 @@@ +--- +layout: page +title: Forms +--- + +Bootstrap normalizes common HTML5 form elements and adds a number of layout options for building forms of all sizes. + +## Example form + +Individual form controls automatically receive some global styling. All textual ``, ` +{% endexample %} + +### Checkboxes and radios + +Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many. + +A checkbox or radio with the `disabled` attribute will be styled appropriately. To have the `