aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-04-15v5: Improve the responsiveness of our Dashboard example (#30573)Mark Otto1-3/+3
Cleans up some column classes to ensure things line up across all viewports. Also fixes some broken padding on the .navbar-brand. Co-authored-by: XhmikosR <[email protected]>
2020-04-14Redo display headings (#30568)Mark Otto2-1/+16
- Convert to Sass map - Consolidate font-weights into single option (matching line-height for them) - Add two new sizes and create a new scale - Update migration docs Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-14Restore `.form-text` (#30565)Catalin Zalog3-9/+8
2020-04-13Update docs for new XXL grid tierMark Otto12-73/+72
- Updates mentions of number and exact tiers - Updates grid example to include xxl container - Adds some scss-docs references - Cleans up other grid mentions and docs - Updates navbar example to include an expand at XXL variant
2020-04-13Clarify media query using .02px and bump from callout to warningMark Otto1-1/+1
2020-04-13layout/z-index.md: retrieve z-index variables on build timeXhmikosR1-7/+13
2020-04-13Rewrite grid docs to account for new grid tierMark Otto12-764/+953
- Breaks grid content across multiple pages - Updates mentions of grid tiers from five to six - Rewrites how it works sections to reference new options and tiers
2020-04-08Use correct hex color code(#30533)Gaël Poupard1-1/+1
2020-04-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens4-84/+22
Co-authored-by: XhmikosR <[email protected]>
2020-04-01Fix CSS and improve docsysds1-35/+41
2020-04-01Add Full-Screen size to Modal and Responsive variations for breakpointsgsoti1-0/+156
(Works from breakpoint and down)
2020-03-31Use unordered lists in dropdown-menusMartijn Cuppens4-65/+65
2020-03-31Docs: Use unordered lists in dropdownscccabinet4-88/+88
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens10-65/+65
2020-03-31docs(tables): 1, 2, 2, 4… (#30489)Gaël Poupard1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-03-30Switch to custom properties to control grid gutter widths (#30475)Martijn Cuppens1-0/+1
2020-03-28Dist (#29924)XhmikosR1-4/+0
2020-03-28docs: remove duplicate code for indeterminate (#30471)XhmikosR1-1/+1
2020-03-28v5 tabs - accessibility issue when using ul/li semanticLaussel Loïc1-20/+20
Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc
2020-03-24Fix redirected links.XhmikosR5-16/+16
2020-03-24Add accessible name to fieldsetPatrick H. Lauke1-1/+1
2020-03-24Add explicit aria-label to unlabeled controlsPatrick H. Lauke5-22/+22
- in particular, controls that just relied on `placeholder`, as this is still not officially/consistently supported as a valid way to provide an accessible name (though some browsers do use it as a fallback)
2020-03-24Remove unnecessary <form> elements, add a submit button to validation examplePatrick H. Lauke4-65/+57
2020-03-24Add explicit title to iframe embedPatrick H. Lauke1-1/+1
2020-03-24Add explicit scope="col" to <th> column headersPatrick H. Lauke2-17/+17
2020-03-24Add `.caption-top` for tables (#30435)Mark Otto1-0/+36
* Move caption-side to <table> element in Reboot * Add class for .caption-top
2020-03-23File chooser size (#30040)Zedicius1-2/+26
Co-authored-by: David Van Doninck <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-23Update modal docs (#30325)Shohei Yoshida1-125/+31
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard2-6/+15
2020-03-23Simplify input groups by dropping `.input-group-prepend` and ↵Martijn Cuppens7-169/+104
`.input-group-append`
2020-03-23Use a link helper instead of the text color utilityMartijn Cuppens5-50/+50
2020-03-19Fix commonmark syntax (#30276)satotake1-9/+9
* Fix commonmark syntax related https://github.com/gohugoio/hugo/issues/6553 * Fix indentation Co-authored-by: XhmikosR <[email protected]>
2020-03-18Update Legacy Edge supportMartijn Cuppens1-1/+1
2020-03-18Remove Internet Explorer leftoversXhmikosR21-75/+18
2020-03-18Revert "Revert "Add information about IE 11 compatibility.""XhmikosR1-0/+37
This reverts commit bcf76ef5f0d6305bb8aa7a83ae7fdc45256f7f08.
2020-03-18Clarify card group behavior (#30416)XhmikosR1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-03-18Dashboard example: use the core `.position-sticky` class. (#30408)XhmikosR2-8/+1
2020-03-15style: fixes indent (#30396)Catalin Zalog1-2/+2
2020-03-10fix indentionMartijn Cuppens1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2020-03-10Add row-cols-auto and responsive variantsMartijn Cuppens1-1/+12
2020-03-10Remove card decks in favor of the gridMartijn Cuppens1-0/+1
2020-03-10Bootstrap 5 migration guideMartijn Cuppens1-2/+9
2020-03-10Update examples to the Bootstrap 5 gridMartijn Cuppens13-124/+173
2020-03-10Bootstrap 5 grid documentationMartijn Cuppens8-549/+649
Co-authored-by: Mark Otto <[email protected]>
2020-03-08Update browsers + devices support page to remove IE10, IE11 Mobile (#30363)Christian Oliff1-12/+1
This PR removes unsupported browsers from supported tables based on the current `.browserlistrc` config
2020-03-07Align navbar in docs (#30359)Martijn Cuppens1-4/+4
2020-03-05Add `loading="lazy"` in images (#30199)XhmikosR4-9/+12
2020-03-04CSS & alignment tweaksMartijn Cuppens2-19/+4
2020-03-04Example dashboard: fix menu disappearing on small viewportMinobi2-2/+17
2020-02-23Add pointer event utilities (#30185)Martijn Cuppens1-0/+10