Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-23Update navbars example to include a centered nav with utilities (#36523)Mark Otto
* Update navbars example to include a centered nav with utilities * Update site/content/docs/5.2/examples/navbars/index.html Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-10-06Fix button hover color in cover exampleJoão Tomás
Replaced .btn-secondary class with .btn-light
2022-10-06Rename examples CSS/JS files for consistencyJulien Déramond
2022-10-02Use `<h1>` for all `modal-title` examples/uses (#37210)Patrick H. Lauke
* Use `fs-` font sizing classes where needed * Also add info callout about heading hierarchy in modals
2022-09-01Fix padding on starter templateMark Otto
2022-09-01Add default select example in cheatsheet (#36877)Florian Lacreuse
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-08-04Added new example in `examples/features` page. (#36660)Vipin Mishra
* Added new example in examples/features * Fix indentation, other suggested changes from review * fix: heading structure
2022-07-25Docs: Redirect users to different templates of issues rather than an empty ↵Julien Déramond
one (#36827)
2022-07-25Correct heading levels in features examplePatrick H. Lauke
to keep the look the same, added `fs-...` sizing classes where necessary
2022-07-14Add accNames to all progress bar examples (#36732)Patrick H. Lauke
Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Abdullah Alaqeel <abdullah.t.aqeel@gmail.com>
2022-06-29Fix dashboard example so that the sticky sidebar has scrollable content (#36608)Tech Vanity
2022-06-04Docs: Add a Vite Getting Started guide (#36412)Julien Déramond
* Docs: Add a Vite Getting Started guide * Fix npm run docs temporarily * Fix cspell and lint * Uncomment the 2nd part * . * Make it work without dist * Updates after merges of Parcel/Webpack guides rewriting * Update images * Replace dev images * Compress the new images better * Update site/content/docs/5.2/customize/optimize.md Co-authored-by: Mark Otto <otto@github.com> * Update site/content/docs/5.2/getting-started/vite.md Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com>
2022-06-03Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487)Patrick H. Lauke
see https://github.com/twbs/bootstrap/discussions/35755 Note that even the APG guide for disclosure widgets doesn't use this optional "nice-to-have" extra bit https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/ (though they do use `aria-controls`, which in most current browser/AT combos is borked though)
2022-05-20Docs: quick fixes for HTML (#36395)Louis-Maxime Piton
* Using the new helper in the doc * Remove input from `Tab` access * Change scrollspy code examples * Reordering tables for JS * Fix for parcel file * Center align all the code example texts in layout * Alphabetical reorder the helpers
2022-05-13Prepare v5.2.0-beta1Mark Otto