aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/examples/navbars
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR2-421/+0
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-04-18Remove negative margins leftovers (#30596)Martijn Cuppens1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-04-13Update docs for new XXL grid tierMark Otto1-0/+34
- 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-03-31Use unordered lists in dropdown-menusMartijn Cuppens1-50/+50
2020-03-24Add explicit aria-label to unlabeled controlsPatrick H. Lauke1-5/+5
- 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-18Remove Internet Explorer leftoversXhmikosR1-1/+1
2020-03-10Update examples to the Bootstrap 5 gridMartijn Cuppens1-17/+17
2020-02-07Use `aria-current` where appropriate (#30079)Gaël Poupard1-11/+11
2019-10-27v5: Simplify navbars by requiring containers (#29339)Mark Otto1-213/+231
* v5: Simplify navbars by requiring containers * Update migration docs for navbar
2019-08-05Responsive containers (follow-up to #29095) (#29118)Mark Otto1-0/+38
* Follow-up to #29095 This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong. Fixes #25631. * update navbar as well because we cannot reset all containers uniformly * Update navbars example to include container-xl example to ensure containers match * rewrite responsive containers docs, add table of max-widths * Update container docs - Move table up to the intro - Remove the container example because it's actually hella confusing - Update and link to grid example as a demo instead
2019-06-07Removal of one of the most iconic components of Bootstrap: the jumbotron ↵Martijn Cuppens1-1/+1
(#28876)
2019-03-13Add a docsref shortcode.XhmikosR1-2/+2
This allows for the build to fail if a reference isn't found.
2019-03-13Switch to Hugo.XhmikosR2-0/+331
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!