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
2021-01-13Revert "docs: Fix popover example showing above navbar (#32445)" (#32533)XhmikosR
This reverts commit 517446069a60daddaf5e53651661851f9b44e9a0.
2020-12-18docs: Fix popover example showing above navbar (#32445)Siju Samson
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-10docs: SVG consistency changes (#32259)XhmikosR
* Move inlined SVG to a partial. Also, add `fill="currentColor"` in the SVGs. * docs: reorder attributes
2020-11-05Add keyboard shortcut to focus search field (#31702)Mark Otto
* Documentation: Add slash key event to focus the input search. * Add little tag for keyboard shortcut in the search field * Use ctrl / as keyboard shortcut * Update search.js Co-authored-by: chuckrincon <chuckrincon@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-09-25v5: Adjust docs sidebar and navbar (#31119)Mark Otto
* Hide the docs nav on mobile, redesign it for two columns on narrow devices * Tweak spacing on ToC * Redesign sidebar and subnav * Revamp subnav mobile layout so everything's on one line * Tighten up masthead a little * Switch the icon for the subnav and do a little icon toggling * Fix mobile overflow since we changed guters stuff * Add the widths * make the subnav icon purple
2020-06-25Remove backdrop-filter from docs subnavMark Otto
Fixes #31163.
2020-06-15Change breakpoint-max implementationMartijn Cuppens
- The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
2020-05-26Apply utilities in docs styles (#30866)Gaƫl Poupard
* docs(theming): apply utilities where possible * Update docs-sidebar.html Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-04-30v5: Unify spacing across components (#30564)Mark Otto
Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-04-09Remove redundant class and line height (#30542)Martijn Cuppens
2020-03-31Fix active state dropdownMartijn Cuppens
2020-02-16Add transparent background color to versions switcher (#30192)Martijn Cuppens
2020-02-12Convert background shorthands to separate propertiesMartijn Cuppens
2019-09-17Use Hugo for our docs Sass and JS. (#29280)XhmikosR
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.