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
2019-08-08docs: minor simplification. (#29227)XhmikosR
2019-08-07Remove unneeded Stylelint suppressions. (#29222)XhmikosR
2019-08-07browser-devices.md: Fix Android version (#29224)XhmikosR
2019-08-06Fix min-width of input-group flex items (#29209)Shohei Yoshida
2019-08-05Responsive containers (follow-up to #29095) (#29118)Mark Otto
* 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-08-04Simplify css-prefix scripts. (#29205)XhmikosR
2019-08-04Update form-control.md (#29203)XhmikosR
Fix Readonly plain text form alignment
2019-08-04Update javascript.mdXhmikosR
2019-08-04explain how to use bootstrap 5 with jQueryJohann-S
2019-08-04remove jquery references from list groupJohann-S
2019-08-04v5: Docs Utilities API updates (#29126)joseigor
Improvement to better understand how utilities class name are generated by the (_api.scss) base in the line of code below: `$property-class: if($property-class, $property-class, nth($properties, 1));` https://github.com/twbs/bootstrap/blob/fc02932946424e986a72bb7b47044eab815851cb/scss/mixins/_utilities.scss#L21
2019-08-04docs: Fix badges after #28458. (#29199)XhmikosR
2019-08-03Mention pagination margin change in migration docs (#29196)Mark Otto
From #28948.
2019-08-03Allow .page-links to get left margin. (#28948)GeoSot
* Allow .page-links to get left margin. * Add border-radius to page-links in case they have left margin * Apply MartijnCuppens suggestion to _pagination.scss Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com> * Plus if/else Rules * Formatting fixes * Fix border-radius for pagination-size * Use mixin for default pagination sizing
2019-08-03Change SVG dimensions to px values (#29195)Martijn Cuppens
2019-08-02Update javascript.mdXhmikosR
2019-08-02add a way to disable jQuery detectionJohann-S
2019-08-02robots.txt: adapt for Netlify. (#29192)XhmikosR
Since we build with `HUGO_ENV` set to `production` on Netlify, use another variable to prevent crawling.
2019-08-02Update devDependencies. (#29189)XhmikosR
2019-08-01Update javascript.mdXhmikosR
2019-08-01Update javascript.mdXhmikosR
2019-08-01add callout about jquery eventsJohann-S
2019-08-01remove jquery in scrollspy docsJohann-S
2019-08-01remove jquery in tab docsJohann-S
2019-07-31Fix typos. (#29178)XhmikosR
2019-07-31Add missing role="document" (#29172)Herst
2019-07-30carousel: fix transition properties order. (#29173)XhmikosR
2019-07-30Fix minor typo (#29168)Patrick H. Lauke
2019-07-29Remove comment about tabindex (#29165)Shohei Yoshida
2019-07-29Update migration.mdXhmikosR
2019-07-29remove underscore for static methodsJohann-S
2019-07-29Minor: fix sentence (#29160)Patrick H. Lauke
"Popovers whose both title..."
2019-07-29Rename site/data/nav.yml to sidebar.yml.XhmikosR
2019-07-29docs: Move trailing URL slashes to the variables.XhmikosR
2019-07-29Fix reboot for placeholder links (#29140)Shohei Yoshida
2019-07-29Update devDependencies. (#29141)XhmikosR
2019-07-29Change property from background to background-image (#29149)Chandan Deep
For Gradient, We have to use the background-image instead of only background.
2019-07-29Remove Slack badge link for nowMark Otto
2019-07-28Update scrollspy.md (#29156)Brian Juul Andersen
Fixed minor grammatical error: "... the best method get scroll ..." => "... the best method to get scroll ..."
2019-07-28allow dynamic modal body for scrollable modalsJohann-S
2019-07-27Haha, floats. It's 2019 (#29147)Martijn Cuppens
2019-07-26Remove `$enable-hover-media-query`Martijn Cuppens
2019-07-26config.yml: add OpenCollective. (#29143)XhmikosR
This was missing since the Hugo switch (d95d300).
2019-07-26Update docs vendor libs (#29134)XhmikosR
* Update bs-custom-file-input.min.js to v1.3.2. * Update anchor.min.js to v4.2.0.
2019-07-25Update _variables.scssXhmikosR
2019-07-25Remove outdated documentationysds
* Remove about generated button of file form * Remove and merge layout examples of custom forms * Clarify id/for * Change some spacing classes for consistency
2019-07-25Remove leftover CSS for custom controlysds
2019-07-25Fix variable nameysds
2019-07-25Merge code page with rebootMartijn Cuppens
2019-07-25Remove duplicateShohei Yoshida