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
path: root/site
AgeCommit message (Collapse)Author
2020-04-13Backport #30542XhmikosR
Remove redundant class and line height
2020-04-10 v4 tabs - accessibility issue when using ul/li semantic (#30381)Laussel Loïc
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-31Backport #30041 and #30448XhmikosR
Switch links to the GitHub organization and fix redirected links
2020-03-31Update modal docs (#30325)Shohei Yoshida
2020-03-31Backport (#30418)XhmikosR
Open icons in a new tab like the rest of the external links
2020-03-31Clarify card group behavior (#30416)XhmikosR
Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-03-09Replace uglify-js with terser.XhmikosR
2020-03-09CSS & alignment tweaksMartijn Cuppens
2020-03-09Example dashboard: fix menu disappearing on small viewportMinobi
2020-02-17docs(theming): improve headings hierarchy under Sass → Functions (#30207)Gaël Poupard
2020-02-17Backport #29971XhmikosR
Remove old versions from docs-navbar.html
2020-02-17Add Microsoft Edge for MacOS to supported browsers (#29956)Christian Oliff
The new Chromium-based Edge has been available as a beta for sometime and general availability of the final version is expected to ship from Jan 15. I think it makes sense to add it as a supported browser once it's out of beta. REF: https://blogs.windows.com/windowsexperience/2019/11/04/introducing-the-new-microsoft-edge-and-bing/
2020-02-17Add ysds to the team page (#30145)Martijn Cuppens
2020-02-17Backport #29886Giovanni Mendoza
Close modal with keyboard=true & backdrop=static
2020-02-17Backport #29325. (#30074)Martijn Cuppens
`.text-break` fix
2020-02-17javascript.md: Add `srcset` in sanitizer docs (#30007)XhmikosR
2020-02-14Backport #30090 (#30175)Martijn Cuppens
Add version number to documentation `<title>`
2020-01-02reboot.md: Add missing Noto Sans font (#29937)XhmikosR
* reboot.md: Add missing Noto Sans font * Sans serif order fix Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR
2020-01-02Documentation fix: move width after `make-container()` mixin (#29820)Martijn Cuppens
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2019-12-14docs: Add Korean translation linkAlexKoala
2019-12-14Improve wrapping and hit area of accordion example titles (#29782)Shohei Yoshida
2019-11-28Release v4.4.1.v4.4.1XhmikosR
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR
2019-11-26Backport #29734XhmikosR
justify-content:between ⇒ justify-content:space-between
2019-11-25Update anchor.js to v4.2.1 (#29662)XhmikosR
2019-11-25Fix icons link.XhmikosR
2019-11-02Update modal.md (#29621)XhmikosR
Fix typo
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S
2019-11-02Add configurable button text wrapping (#29554)Martijn Cuppens
2019-11-02Backport #29544XhmikosR
Add link to Icons site in our docs
2019-11-01Fix highlighting.XhmikosR
v4-dev is using Jekyll, not Hugo.
2019-11-01Convert v4-dev calc() left overs to add/subtract functionsMartijn Cuppens
2019-11-01Doc tweaks.Mark Otto
2019-11-01Add add and subtract functionysds
2019-10-28Link to versioned RFS repo (#29598)Martijn Cuppens
2019-10-14Variable card height (#29462)Martijn Cuppens
2019-10-08IE image fix (#29483)Martijn Cuppens
2019-09-26Use 180 for the grid-cards placeholder images' height.XhmikosR
2019-09-26Grid card example tweaks (#29409)Shohei Yoshida
Stack in cards in one column when < md
2019-09-26Add responsive exampleysds
2019-09-26Allow override default col widthysds
2019-09-26CleanupMark Otto
- Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin
2019-09-26Move margins, and equal height via utility exampleMark Otto
2019-09-26First pass at .row-cols classesMark Otto
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
2019-09-26carousel.md: Remove duplicate bd-example div. (#29341)XhmikosR
The example shortcode already adds this.
2019-09-26docs: remove swatches for theme colors. (#29327)XhmikosR
Use the built-in utilities instead.
2019-09-26theming.md: bring `:root` up to par with Scss. (#29323)XhmikosR
Also, add a warning in _root.scss so that we don't miss it again.
2019-09-26blog example: remove unused CSS. (#29316)XhmikosR
2019-08-27fixed minor typo (#29291)tracyjordan