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-12-03Docs offcanvas navbar (#34487)Mark Otto
* Redesign docs navbar to use offcanvas, tweak overall padding while I'm here * Match code snippets to new gutter width * Replace value with docs-specific variable Opted not to do a CSS variable here since on .bd-content it would be inherited into our examples Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-21docs(sidebar): invalid CSS value (#32575)XhmikosR
Co-authored-by: Gaël Poupard <gael.poupard@orange.com>
2020-11-18Docs: change sidebar collapse controls to actual button elements (#31098)Patrick H. Lauke
apart from the visual styling, there's probably no good reason why these shouldn't be `<button>` elements, semantically the buttons still look a shade too button-like, despite using `.btn-light`. the last remnant of button styling can probably be suppressed further, *or* this makes the case for expanding the core button styles to have one that looks completely non-button and non-link like (for cases where an additional style/hint was given already, or it's clear from context that something's an actionable button or link) 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-07-03Fix sidebar jump (#31232)Martijn Cuppens
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-03-28Simplify sidebar stylesMartijn Cuppens
2020-03-28docs(sidenav): use class selector for active itemGaël Poupard
2020-03-28docs(sidenav): transition arrow tooGaël Poupard
2020-03-28docs(sidenav): get rid of custom JS for active stateGaël Poupard
2020-03-28docs(sidenav): fix struggling CSS when collapsing sidenavGaël Poupard
2020-03-20Remove redundant text decoration from hover statesMartijn Cuppens
2020-03-17remove dupe text-decorationMark Otto
2020-03-17Remove links from docs sidebarMark Otto
2019-10-31Remove calc function from docsMartijn 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.