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
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
2017-06-19Merge branch 'v4-dev' into colors-reduxMark Otto
2017-06-19Updated flex-basis property to fix issue #18569 in .scss filesobinnangini
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, an...Mark Otto
2017-06-15Rename .card-block to .card-body to match nomenclature of modalsMark Otto
2017-06-04Fix overflowing text in Cards with `word-wrap: break-word`Patrick Yeo
2017-06-04Rename `$card-border-radius-inner` to `$card-inner-border-radius`Patrick Yeo
2017-04-17Rename variable $input-border-focus to $input-border-color-focus (#22413)Patrick Yeo
2017-04-17Prevent long words in `.card-title`s from breaking auto layoutMark Otto
2017-04-09fixes #22135Mark Otto
2017-03-28Fix wrapping card decks (#22289)Mark Otto
2017-03-28Card image fixes (#22288)Mark Otto
2016-12-26Remove some leftover IE9/flex stuffStarsam80
2016-12-23change card deck margin strategyMark Otto
2016-12-23switch from block to flexMark Otto
2016-12-23remove default bottom margin on cardsMark Otto
2016-12-23move the card-block flex action up to all card-blocksMark Otto
2016-12-23remove commented out codeMark Otto
2016-12-23comment typoMark Otto
2016-12-23fix commentMark Otto
2016-12-23add card column margin variable instead of relying on a default card marginMark Otto
2016-12-23add card column count variableMark Otto
2016-12-23Rename card column gap variableMark Otto
2016-12-22Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto
2016-11-29Remove lots of duplication + minor cleanup (#21238)Starsam80
2016-10-28Merge pull request #18851 from ju1ius/patch-1Mark Otto
2016-09-12Have same margin for <hN> as a <div> on .card-headers (#19048)mkroeders
2016-09-08v4: Card image fixes (#20667)Mark Otto