aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-03-30Revert "docs: Switch to StackPath's URL."XhmikosR1-1/+1
This reverts commit 70520855e8f597995fb1df69b854f99f705d2e59.
2018-03-29docs: Switch to StackPath's URL.XhmikosR1-1/+1
While the old one will keep working, better switch to the new one.
2018-03-29Add .bg-transparent to docsVarunram1-0/+1
2018-03-29Fix spacing between Item and numbersNat Zimmermann1-4/+4
2018-03-20Making use of `prefers-reduced-motion` media query (#25641)Mike Rogers1-0/+4
* Making use of `prefers-reduced-motion` media query As discussed in #25249 - if a user (Who is using Safari / iOS) requests reduced motion in their system settings, we should avoid transitions. * Ignoring prefers reduced motion for CSS Linting * Updating copy clarifying the reduce motion functionality in accessibility.md
2018-03-16theming.md Typo Fix (#25875)Ethan Beyer1-1/+1
it's ≠ its
2018-03-16Update vertical pills example (#25852)Varunram Ganesh1-11/+17
Add the column/grid to the example code (which is what makes it vertical in the first place)
2018-03-15Fix order of Save/Close buttons in modal code example (#25855)John Bennet Veloya1-1/+1
2018-03-14Remove custom example plugin. (#25784)m5o39-600/+900
2018-03-14Document `.form-control-range`. (#25839)Varunram Ganesh1-0/+13
2018-03-13approach.md: Use normal apostrophes.XhmikosR1-3/+3
They are converted when building.
2018-03-13approach.md: Fix empty link.XhmikosR1-2/+2
2018-03-13Variable transition durations (#25662)Martijn Cuppens1-1/+1
2018-03-13Clarify the necessary `data-target`/`href` attribute for carousel controls ↵Stephen Beemsterboer1-1/+1
(#25690)
2018-03-12Use bugify without custom Jekyll plugin (#25334)m5o1-6/+6
2018-03-12Use callout without custom Jekyll plugin.m5o25-84/+96
2018-03-12Fix examples' issues #25664 and #25388 (#25665)ysds4-12/+3
* Prevent sign-in form from going outside viewport (#25388) * Workaround IE centering bug
2018-03-08add Icons8 to icon options (#25763)m5o1-0/+1
[Icons8](https://icons8.com/) is a great resource for icons. They provide 15 different icon styles, exportable as fonts or svg
2018-03-08Update webpack.mdRobert Martin1-3/+3
Minor edits for style and consistency
2018-03-04Update blockquote migration docs to reflect #22949Mark Otto1-1/+1
Fixes #25669, closes #25779.
2018-03-04Fix #25746Mark Otto1-2/+2
2018-03-03Replace img-fluid by w-100 to conform with HTMLIsma1-1/+1
2018-03-01display on xl viewportJos Maissan1-1/+1
See issue #25711
2018-02-24Add tabindex attribute to disabled buttons sample. Closes #23361 (#25680)Peter Blazejewicz1-2/+2
As discussed in issue's comment: https://git.io/vAuPW Thanks!
2018-02-24Fixes #25703Mark Otto1-13/+1
2018-02-24Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-2/+2
2018-02-24Fix typo of example in hiding docdaviddalbusco1-1/+1
2018-02-24Brush up vertical rhythm of form-check in docs. Closes #25546Peter Blazejewicz1-1/+1
This adds `form-group` to add the same vertical space to the `form-check` as in other grouped controls used in form sample markup. Thanks!
2018-02-19Merge branch 'accordion-borders' of ↵Mark Otto1-1/+1
https://github.com/andresgalante/bootstrap into v4-dev
2018-02-19Be more explicit where to find variables (#25624)Pierre GIRAUD1-4/+6
* Tell where to find the variables to override * Be consistent with path to _variables.scss * Get rid of some 'our' in the doc Replaced by 'Boostrap's' when relevant
2018-02-19Custom range input (#25600)Mark Otto1-0/+23
* added the styling * added the documentation * update for one rule per line * fix hound error: trailing whitespace * trimmed off vendor prefixes * Add note about track and thumb * Psuedo-elements must be split across multiple rulesets to have an affect * Fix firefox inner focus * Seems that FF is the only one affected by this * Add support for gradients * Add labels, clarify min/max changes * add step example * add custom range vars
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens1-0/+4
2018-02-16Add `type="button"` to `<button>`s in accordion example (#25643)Patrick H. Lauke1-3/+3
For consistency. Closes https://github.com/twbs/bootstrap/issues/25642
2018-02-16[Docs] Clarify suggested use of custom validation styles, add note about ↵Patrick H. Lauke1-1/+2
resetting form appearance after validation (#25628) * Expand/clarify recommendation for using custom validation styles Seems support for correctly announcing browser default navigation bubbles/notifications has improved recently. Now it seems only Chrome (at least on Win and Android, not tested on macOS) is the odd one out. However, we should really make sure the custom validation messages are also tied correctly to their relevant form controls - need to dig out the PR that will ensure that. * Add note about resetting form appearance after submission xref https://github.com/twbs/bootstrap/issues/25626
2018-02-14Reword alert and list group text to avoid "a/an" problemsPatrick H. Lauke2-4/+4
Closes https://github.com/twbs/bootstrap/issues/25611
2018-02-13Update position.md (#25607)Andy Pickler1-2/+2
2 small typos
2018-02-11Dropdown - Allow to disable Popper.js style (#24092)Johann-S1-0/+6
* Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes
2018-02-11Update `.sr-only` mixin and utility (#25197)Mark Otto1-2/+2
* Remove clip-path from .sr-only utility as it causes perf regressions in Chrome * change snippet to example
2018-02-11Update themeing docs for more clearly how to remove from map (#25589)ysds1-2/+13
* Add note about insert position of "map-remove" * Use optional keys instead of required keys
2018-02-11Remove `show` class from example code (#25570)Jesse Mandel1-1/+1
2018-02-09Fix the incorrect id in center modal exampleysds1-1/+1
2018-02-03Clarify migration docs to remove mention of .table-responsive being for the ↵Mark Otto1-1/+0
parent element vs the table element itself (#25539)
2018-02-02close #25534Mark Otto1-1/+1
2018-01-31Examples: Prevent focus into closed offcanvas (#25524)ysds1-3/+5
* Prevent focus into closed offcanvas
2018-01-31Add FontAwesome to icon list. (#25451)Bardi Harborow1-0/+1
2018-01-31Clarify stacked-to-horizontal in layout/grid.md (#25520)Jan Clarin1-1/+1
- Fixes typo with "with at" in "horizontal with at the small breakpoint"
2018-01-31Fix "CVV" label pointing to wrong field (#25518)ysds1-1/+1
2018-01-30Fix example Blog post card text overflowing for medium screen size. (#25416)Ryan Cleary1-2/+2
2018-01-28Fix typo in approach.md (#25492)exige811-1/+1
2018-01-23Update jQuery to v3.3.1. (#25398)XhmikosR17-17/+17