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-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-11docs snippets: a few more minor tweaks (#28225)XhmikosR
* Remove extra comma. * Use curly braces in snippet.
2019-02-11toasts.md: Remove useless `div`s.XhmikosR
Instead pass the class to the example include.
2019-02-11Remove stray parameter from capture.XhmikosR
2019-02-11Cosmetic changes in snippets.XhmikosR
2019-02-10docs: remove `-ms-overflow-style: -ms-autohiding-scrollbar` (#28220)XhmikosR
Similar to #28153
2019-02-10migration.md: use https. (#28221)XhmikosR
2019-02-09Prevent text selection in placeholder images (#28218)Martijn Cuppens
2019-02-09Revert "Silence mkdir. (#28184)" (#28209)XhmikosR
This reverts commit 6ea000d2bccee5ffabc4429a6fbc7cecf5152007. Unfortunately, it doesn't seem to work.
2019-02-09placeholder.svg: Partially revert the changes from c0e42cb. (#28216)XhmikosR
It broke the example include.
2019-02-08Reword footer text.XhmikosR
2019-02-08Use the `site.repo` variable.XhmikosR
2019-02-08Change footer link to point to the docs team pageXhmikosR
2019-02-08Offcanvas example: transition the transform (#28203)XhmikosR
This is more efficient than transitioning the `left` property.
2019-02-08Update devDependencies. (#28175)XhmikosR
2019-02-08Fix scrollable modal snippetShohei Yoshida
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-02-07Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content ↵Shohei Yoshida
(#28153)
2019-02-07Optional btn & input font sizes (#28068)Martijn Cuppens
2019-02-07Deprecate `img-retina()` mixin (#28072)Martijn Cuppens
2019-02-07Deprecate `invisible()` mixin (#28066)Martijn Cuppens
2019-02-07Optimize and normalize SVGs. (#28200)XhmikosR
Mostly be consistent with the attributes' order and improve compression when possible.
2019-02-07Make ToC's entries' color darker.XhmikosR
The previous was too light.
2019-02-07Remove unused selector.XhmikosR
2019-02-07approach.md: Remove stray comma.XhmikosR
2019-02-07Rename `Screenreaders` to "Screen readers".XhmikosR
No redirect is added because the next version will be a minor version bump.
2019-02-07Remove ToC from pages when we don't have (m)any headers.XhmikosR
2019-02-07Add map-name param to _assert-starts-at-zero (#24986)Zachary Welch
* Add map-name param to _assert-starts-at-zero * Set default value for backwards compatibility
2019-02-07Create `border-top-left-radius` and `border-bottom-right-radius` mixins (#28100)João Lucas
* Create border-top-left-radius mixin * Create border-bottom-right-radius mixin
2019-02-07Deprecate size mixin (#28067)Martijn Cuppens
2019-02-07Fix `.nav-justified` example (#28193)Martijn Cuppens
2019-02-07Add text-decoration to .btn-link. (#28169)Bardi Harborow
2019-02-06Remove outdated reference to not-allowed cursor (#28188)Patrick H. Lauke
as this styling was removed back in https://github.com/twbs/bootstrap/commit/7056f702408a97f01cb32bc6075d88ec27cdcf52
2019-02-06fix modal test to be sure we call getTransitionDurationFromElementJohann-S
2019-02-06allow to override default toast options (#28186)Johann-S
2019-02-06Fix text break in Firefox (#28063)Martijn Cuppens
2019-02-06Silence mkdir. (#28184)XhmikosR
This can fail if run in parallel.
2019-02-06fix tabs, apply show class only when fade class is present (#28183)Johann-S
2019-02-06carousel.md: Highlight the whole example for consistency.XhmikosR
2019-02-06docs license header: split sentence in period.XhmikosR
2019-02-06Add missing trailing slash.XhmikosR
2019-02-05Move dropdown offset function logic into private function. (#28138)Jason Golieb
2019-02-05Adjust bundlesize limits.XhmikosR
2019-02-05Move offset function logic to a private function.Jason Golieb
2019-02-05Add support for tooltip offset option to be a function.Jason Golieb
2019-02-05examples: remove JS from blog and sticky footer. (#28173)XhmikosR
They don't use it.
2019-02-04Fix dropdown radius if `$dropdown-padding-y` is not 0 (#28127)Martijn Cuppens
2019-02-03Fix negative margin example (#28140)Ryan Worth
Negative margin example wasn't displaying correctly due to border and background styling being applied directly to the `.col` element. Made a child element and applied the styling to it
2019-02-03Change logo size (#28163)Martijn Cuppens
2019-01-30components: redirect to the alerts page (#28147)XhmikosR