index
:
bootstrap
XhmikosR-patch-2
XhmikosR-patch-4
XhmikosR-patch-5
XhmikosR-patch-6
basic-sass-tests
collapse-parent-ex-link-accordion
container-reset-gutter-vars
css-vars-btn
css-vars-navbar
css-vars-tooltips
dependabot/npm_and_yarn/autoprefixer-10.3.6
docs-offcanvas-navbar
docs-tweaks
enable-container-classes
extend-snippets
feat/data-target
floating-labels-icons
form-check-reverse
form-controls-with-icons
gh-pages
gh-pages-cdn
global-focus-vars
gs-carousel-cleanup
gs-dynamic-resolve-during-build-plugins
gs-export-config-functionality
gs-forms
gs-make-template_factory
gs-scrollspy-wth-intersection_observer
gs-toasts-with-animated-progress-bar
gs-tooltip-css-tweaks
gs-use-only-one-file-as-input-on-rollup.config
gs-use-scrollspy-on-docs-table_of_contents
gs/parse-json-config
jo-docs-thanks-page
jo-ssr-friendly
js-docs-tweaks
logical-props-spacing-utils
main
main-fod-invalid-color-inputs
main-fod-nested-accordion
main-fod-simpler-table-structure
main-fod-utilities-contrast
main-mc-opensearch
main-xmr-bundlewatch-action
main-xmr-docs-hugo-rm-ver
main-xmr-docs-render-heading
main-xmr-eslint-plugin-compat
main-xmr-eslint-plugin-jasmine
main-xmr-hugo-docs-vendor
main-xmr-hugo-reorg-files
main-xmr-js-1
main-xmr-js-wip
main-xmr-linkinator-action
main-xmr-linkinator-prod
main-xmr-markdownlint
main-xmr-min-mangle
main-xmr-mv-isTouchEnabledDevice
main-xmr-pa11y-ci
main-xmr-pck-sponsors
main-xmr-rollup
main-xmr-xo
nav-underline
patrickhlauke-carousel-indicators-v4
patrickhlauke-form-validation
patrickhlauke-navs-tabs-v4
playground
pr-template
pr/34102
pr/34149
revert-33192-XhmikosR-patch-8
rohit/main/modal-with-sticky
rohit/v4-dev/modal-with-sticky
split-vars-maps-import
stale
swipe-events-as-separate-helper
table-striped-cols
v3-dev
v4-dev
v4-dev-fod-validated-input-group-with-custom-file
v4-dev-xmr-js
v4-sass-deps
v5-sass-deps
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-08
add role="presentation" to tab <li>s to improve accessibility
Chris Rebert
6
-67
/
+67
2014-07-08
derp
Mark Otto
1
-1
/
+1
2014-07-07
Fixes #14068: Update docs note for inline forms
Mark Otto
1
-5
/
+5
2014-07-07
Merge branch 'master' of github.com:twbs/bootstrap
Mark Otto
3
-7
/
+21
2014-07-07
more accurate homepage title
Mark Otto
2
-2
/
+2
2014-07-07
Merge pull request #14072 from twbs/carousel-gloss-buttons
Chris Rebert
3
-2
/
+16
2014-07-07
Add screenreader text to prev/next carousel buttons in examples to improve ac...
Chris Rebert
3
-2
/
+16
2014-07-07
add role="listbox" to .carousel-inner to improve accessibility of Carousels
Chris Rebert
3
-5
/
+5
2014-07-07
Cut down on homepage file size; reorg some docs CSS
Mark Otto
2
-69
/
+55
2014-07-07
Merge pull request #14036 from twbs/fix-13575
Chris Rebert
13
-0
/
+23
2014-07-07
Add role="tablist" to .nav-pills in examples to improve accessibility
Chris Rebert
5
-17
/
+17
2014-07-07
Part 2 for fixing #13996: Add a docs callout to help folks using SVG images i...
Mark Otto
1
-0
/
+4
2014-07-07
grunt
Mark Otto
5
-26
/
+66
2014-07-07
docs HTML5 validity fixup to 8e2348e9eda51296eb680192379ab37f10355ca3
Chris Rebert
1
-1
/
+1
2014-07-07
nitpick phrasing of the docs added for #13835
Chris Rebert
1
-2
/
+2
2014-07-07
grammar fix; indicate that img[src] shouldn't actually be empty
Chris Rebert
1
-2
/
+2
2014-07-06
Merge branch 'master' of github.com:twbs/bootstrap
Mark Otto
1
-0
/
+2
2014-07-06
Merge pull request #14029 from BBosman/touch-action
Mark Otto
1
-0
/
+2
2014-07-06
Fixes #13746: Add docs section for brand image
Mark Otto
5
-2
/
+32
2014-07-06
Fixes #13835: More explicitly document mobile dropdown menu dismissing behavior
Mark Otto
1
-1
/
+3
2014-07-06
Fixes #14053: Don't show radio/checkbox in justified button groups
Mark Otto
4
-5
/
+7
2014-07-06
Merge pull request #14021 from CFXd/add_collapsed_default_class_to_navbar_col...
Mark Otto
15
-26
/
+26
2014-07-06
grunt
Mark Otto
1
-1
/
+1
2014-07-06
Fixes #13997: Move min-height for radio/checkbox to their inner label
Mark Otto
4
-4
/
+4
2014-07-06
grunt
Mark Otto
3
-14
/
+20
2014-07-05
Merge pull request #14034 from twbs/deprecate-modal-remote
Chris Rebert
1
-2
/
+4
2014-07-05
`remote` modal docs: mention jQuery.load and other JS options as alternatives
Chris Rebert
1
-1
/
+3
2014-07-05
grunt
Mark Otto
4
-7
/
+5
2014-07-05
grunt
Mark Otto
2
-8
/
+12
2014-07-05
Fixes #13967: Don't reset the cite element's font-style
Mark Otto
3
-5
/
+2
2014-07-05
Fixes #13953: Remove the progress bar min-width styles for low percentages to...
Mark Otto
3
-6
/
+2
2014-07-05
Fixes #13943: Lighten the navbar inverse link color more since our text contr...
Mark Otto
3
-3
/
+3
2014-07-05
grunt
Mark Otto
6
-8
/
+8
2014-07-05
Docs: add missing example code code for `kbd` after #13351.
XhmikosR
1
-1
/
+2
2014-07-03
Add Wall of Browser Bugs entry for #13892
Chris Rebert
1
-0
/
+6
2014-07-03
use non-minified Bootstrap JS when on non-gh-pages
Chris Rebert
8
-0
/
+6
2014-07-03
use non-minified docs JS on non-gh-pages
Chris Rebert
3
-0
/
+4
2014-07-03
use non-minified docs CSS on non-gh-pages
Chris Rebert
3
-0
/
+5
2014-07-03
use non-minified BS Theme CSS on non-gh-pages
Chris Rebert
1
-0
/
+4
2014-07-03
use non-minified Bootstrap CSS on non-gh-pages
Chris Rebert
1
-0
/
+4
2014-07-03
modal docs formatting tweak
Chris Rebert
1
-1
/
+1
2014-07-03
Mark the `remote` option of the Modal plugin as deprecated.
Chris Rebert
1
-1
/
+1
2014-07-03
Merge pull request #13986 from twbs/address-13874
Chris Rebert
2
-4
/
+4
2014-07-03
Remove superfluous cursor:pointer
Bas Bosman
1
-1
/
+0
2014-07-03
Add touch-action: manipulate to buttons
Bas Bosman
1
-0
/
+2
2014-07-03
grunt
Mark Otto
1
-1
/
+1
2014-07-03
Fixes #12738 again: use max-device-width instead of max-width for .navbar-col...
Mark Otto
4
-4
/
+4
2014-07-02
grunt
Mark Otto
1
-1
/
+1
2014-07-02
typo
Mark Otto
3
-6
/
+6
2014-07-02
Fixes #13989: Don't extend the input sizes; manually chain the selectors
Mark Otto
3
-13
/
+33
[next]