]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Documentation cleanup (inc. use of <input ... readonly> for static form controls...
authorPatrick H. Lauke <redux@splintered.co.uk>
Thu, 27 Apr 2017 22:57:10 +0000 (23:57 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2017 22:57:10 +0000 (23:57 +0100)
commitf7f644a4e52a7e875d5c8574d2a8b7fd919e5005
tree8a3551b0b8180034b5cc72203e2f50cfb5f849a1
parentebf0c3104e8c70daeb77696277e22366ec144b88
Documentation cleanup (inc. use of <input ... readonly> for static form controls example)

* Fix incorrect code indentation
* Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed
* Remove incorrect `<label>` and change static controls to readonly inputs
* Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead
13 files changed:
docs/.htmllintrc
docs/components/carousel.md
docs/components/collapse.md
docs/components/forms.md
docs/components/list-group.md
docs/components/modal.md
docs/components/navs.md
docs/components/popovers.md
docs/components/scrollspy.md
docs/components/tooltips.md
docs/examples/jumbotron/index.html
docs/examples/justified-nav/index.html
docs/getting-started/introduction.md