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 (Expand)Author
2020-05-15v5: Add border-radius to .card-img-overlay (#30817)Mark Otto
2020-05-14Simplify list-group borders in cards (#30808)Mark Otto
2020-04-06Add `.card-footer` color (#30515)Catalin Zalog
2020-04-02Fix card list group borders & radii (#30497)Martijn Cuppens
2020-03-18Drop IE support from SassMartijn Cuppens
2020-03-18Remove Internet Explorer leftoversXhmikosR
2020-03-10Remove card decks in favor of the gridMartijn Cuppens
2019-12-14Adjust card spacing variables (#29813)Brendan
2019-10-03Fix border for single card in accordion (#29453)Martijn Cuppens
2019-10-03Variable card height (#29462)Martijn Cuppens
2019-09-15Fix incorrect aspect ratio on IE11ysds
2019-09-15Remove redundant propertiesMartijn Cuppens
2019-08-30CleanupMark Otto
2019-08-30First pass at .row-cols classesMark Otto
2019-07-22Remove card columns in favor of masonry gridMartijn Cuppens
2019-06-04Workaround for the image size bug in IE (#28855)Shohei Yoshida
2019-05-29Modify `.card-header-tabs .nav-link.active` colors (#28833)Shane Parsons
2019-05-08Drop all hover mixinsMark Otto
2019-02-26Fix border if only one card (#28365)Martijn Cuppens
2019-01-21Make component colors configurable (#28035)Martijn Cuppens
2019-01-21Add ref to reason why `min-width: 0;` is added (#28061)Martijn Cuppens
2019-01-07fix border issue for nested card inside accordions (#27881)Vishnuprasad Venugopal
2018-12-23Simplify card group css (#27901)Martijn Cuppens
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens
2018-10-21Card header color theming (#26573)Andrew Pucci
2018-10-21Fix for double border on cards in an accordion (#27133)Roy Klutman
2018-04-02Fix broken URI fragments and redirects.XhmikosR
2018-04-01Fix Chrome's rendering of .card-columnsMark Otto
2018-01-02improves accordion stylesAndres Galante
2017-11-16Fix nested cards on card group (#24766)Andres Galante
2017-10-23Replace some border-radius properties for the mixin, closes #23872Mark Otto
2017-10-22fix card group border radii (#24491)Gijs Boddeus
2017-10-11Add border radius to an image when it's the only card of a card group (#24321)Andres Galante
2017-10-10Refactor a few selectors so that the least specific ones are first. (#24310)XhmikosR
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR
2017-10-05formattingMark Otto
2017-10-05Add comment where we explicitly use `flex: 1 0 0%;`.XhmikosR
2017-10-03Remove duplicated code in .card-headervsn4ik
2017-10-02fixed issue with hr tag mention in 23032 (#23078)Chirag Modi
2017-09-27Remove border-top if list-group follows card-header (#23022)Benjamin Trenkle
2017-09-26Fix no rounded corners if there is only one card in a card-group (#24080)SpicyDwarf
2017-08-20Simplify selector and only override what we setMark Otto
2017-08-20added suggested fix for list-groups with a elementsgijsbotje
2017-08-20fixes double border when .list-group.list-group-flush is preceded by .card-he...gijsbotje
2017-08-20equalize height of the first card of the card-groupgijsbotje
2017-08-14Redo .card-deck and .card-group so they're always flex (#22860)Mark Otto
2017-07-01clip to border-box, update overlayMark Otto
2017-07-01Drop .card-{color} modifiers for .bg-{color}, .text-{color}, and .border-{col...Mark Otto
2017-06-26rename .card-inverse to .card-dark, update docs to matchMark Otto