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-10-08Switch to inline comments for stylelint inline directives.XhmikosR
2017-11-26move from csslint to stylelintMark Otto
2014-10-27Removed unnecessary new lines that were inconsistent with current style.Baraa
2014-10-26Fixes #14736: Reverts the remaining progress bar min value overrides from #12848Mark Otto
2014-09-19Fixes #14592: Add new variable for progress border radiusMark Otto
2014-07-06Fixes #13953: Remove the progress bar min-width styles for low percentages to...Mark Otto
2014-06-24Partly revert cb7eb674accd24b6b73f26ef23cf4a301b6ebfafHeinrich Fenkart
2014-06-19Use full deprecation versionBas Bosman
2014-06-19rewrite striped and active to deprecate the parent selectors, change the docsMark Otto
2014-06-19fixes #13347: make striped progress bars its own classMark Otto
2014-03-07Add autoprefixerBas Bosman
2014-03-05Fixes #12848: Account for and document progress bars at 0-3%Mark Otto
2013-11-14Remove unusual keyframes prefixesZlatan Vasović
2013-10-26Add .animation() mixinZlatan Vasović
2013-10-25fix WebKit caps in commentsChris Rebert
2013-09-06Merge pull request #9968 from thelukemcdonald/masterMark Otto
2013-09-04Fixes #10407: Add line-height to progress bar for proper text alignment withinMark Otto
2013-08-21Remove progress bar striped @color parameters; use default transparent white.Luke McDonald
2013-08-15delete commentsMark Otto
2013-08-12Drop background-clip and background-size mixins since they have no prefixes a...Mark Otto
2013-08-05Clean up mixins, fix #9100 (no ms-keyframes)Mark Otto
2013-07-26Vars updateMark Otto
2013-07-26move things around :)syed
2013-07-08extract .progress-bar-variant mix-inChris Rebert
2013-05-10Unitless line-heightMark Otto
2013-05-10Remove backface-visibility from progress bars.Blake Embrey
2013-05-04Merge pull request #7621 from jeremydenoun/patch-1Mark Otto
2013-05-02Use @font-size-... variables instead of hardcoded font-size in pxDarDar
2013-04-18Fix flickering on progress bar width updatejeremydenoun
2013-03-10Set border-box globally insteadMark Otto
2013-02-02Refactor colors and progress barsMark Otto
2013-01-17flatten the progress barsMark Otto
2012-12-01remove color variables, swap others were approproMark Otto
2012-12-01more vars changed, remove @white varMark Otto
2012-12-01more consistent variable naming patternsMark Otto
2012-12-01Part 1 of unCamelCasing variablesMark Otto
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto
2012-10-03use border-radius vars where possibleMark Otto
2012-10-01remove .border-radius mixin and replace with standard border-radius property,...Mark Otto
2012-09-13change up box-shadow mixin usage everywhere to use escaping again, or local v...Mark Otto
2012-08-28Unescaped box-shadows to take advantage of new box-shadow mixinLuis Aleman
2012-08-20bump up height of progress bars, give some extra depth with stacking bars, an...Mark Otto
2012-08-20stack mutliple progress barsJonas Pommerening
2012-07-03.progress .bar { height: 100% }Dave DeSandro
2012-06-29standardize top level file commentsMark Otto
2012-03-25Merge branch 'andreasbovens-master' into 2.0.3-wipMark Otto
2012-03-24Added -o- and -ms- prefixes to animations CSSAndreas Bovens
2012-03-15Invert progress-bar-stripes directionMarcel Jackwerth
2012-03-11fix gradient mixins by escaping them, add notes on progress barsMark Otto
2012-03-06clearing up progress bar docs and resetting the striped one to match default ...Mark Otto