| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-08 | Switch to inline comments for stylelint inline directives. | XhmikosR | 1 | -1/+1 | |
| Otherwise the comments are actually output to the CSS. | |||||
| 2017-11-25 | move from csslint to stylelint | Mark Otto | 1 | -3/+5 | |
| 2014-10-26 | Removed unnecessary new lines that were inconsistent with current style. | Baraa | 1 | -1/+0 | |
| 2014-10-25 | Fixes #14736: Reverts the remaining progress bar min value overrides from #12848 | Mark Otto | 1 | -12/+0 | |
| 2014-09-18 | Fixes #14592: Add new variable for progress border radius | Mark Otto | 1 | -1/+1 | |
| 2014-07-05 | Fixes #13953: Remove the progress bar min-width styles for low percentages ↵ | Mark Otto | 1 | -5/+0 | |
| to avoid jumping progress | |||||
| 2014-06-24 | Partly revert cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf | Heinrich Fenkart | 1 | -0/+7 | |
| Fixes #13911 | |||||
| 2014-06-19 | Use full deprecation version | Bas Bosman | 1 | -2/+2 | |
| 2014-06-18 | rewrite striped and active to deprecate the parent selectors, change the docs | Mark Otto | 1 | -1/+9 | |
| 2014-06-18 | fixes #13347: make striped progress bars its own class | Mark Otto | 1 | -1/+2 | |
| 2014-03-07 | Add autoprefixer | Bas Bosman | 1 | -7/+0 | |
| 2014-03-04 | Fixes #12848: Account for and document progress bars at 0-3% | Mark Otto | 1 | -0/+16 | |
| 2013-11-13 | Remove unusual keyframes prefixes | Zlatan Vasović | 1 | -12/+0 | |
| 2013-10-26 | Add .animation() mixin | Zlatan Vasović | 1 | -5/+1 | |
| 2013-10-24 | fix WebKit caps in comments | Chris Rebert | 1 | -1/+1 | |
| 2013-09-06 | Merge pull request #9968 from thelukemcdonald/master | Mark Otto | 1 | -1/+1 | |
| Apply gradient stripe @color parameter | |||||
| 2013-09-03 | Fixes #10407: Add line-height to progress bar for proper text alignment within | Mark Otto | 1 | -0/+1 | |
| 2013-08-20 | Remove progress bar striped @color parameters; use default transparent white. | Luke McDonald | 1 | -1/+1 | |
| * If the @color parameter is not removed, the stripes are the same color as the element background color. In this case, the stripes do not appear. | |||||
| 2013-08-15 | delete comments | Mark Otto | 1 | -10/+6 | |
| 2013-08-12 | Drop background-clip and background-size mixins since they have no prefixes ↵ | Mark Otto | 1 | -1/+1 | |
| anyway | |||||
| 2013-08-05 | Clean up mixins, fix #9100 (no ms-keyframes) | Mark Otto | 1 | -7/+1 | |
| - Spacing tweaks in the general mixins - Add comments to transform mixins about IE support - Remove `-ms-keyframes` because only IE10+ supports it, and without prefix | |||||
| 2013-07-26 | Vars update | Mark Otto | 1 | -1/+0 | |
| * Drop progress bar text-shadow * Reorganize popover and tooltip vars and fix complier error due to missing `;` * Run `grunt` | |||||
| 2013-07-26 | move things around :) | syed | 1 | -2/+2 | |
| Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less | |||||
| 2013-07-07 | extract .progress-bar-variant mix-in | Chris Rebert | 1 | -16/+4 | |
| 2013-05-09 | Unitless line-height | Mark Otto | 1 | -2/+2 | |
| * Instead of 20px as @line-height-base, use 1.5 * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components | |||||
| 2013-05-09 | Remove backface-visibility from progress bars. | Blake Embrey | 1 | -1/+0 | |
| 2013-05-03 | Merge pull request #7621 from jeremydenoun/patch-1 | Mark Otto | 1 | -0/+1 | |
| Fix flickering on progress bar width update | |||||
| 2013-05-02 | Use @font-size-... variables instead of hardcoded font-size in px | DarDar | 1 | -1/+1 | |
| 2013-04-18 | Fix flickering on progress bar width update | jeremydenoun | 1 | -0/+1 | |
| Issue visible on lastest version of Chrome Browser (if you update progress bar width from 100% to 0%) -> flickering appears Fixed with addition of .backface-visibility(hidden) mixins | |||||
| 2013-03-10 | Set border-box globally instead | Mark Otto | 1 | -1/+0 | |
| 2013-02-01 | Refactor colors and progress bars | Mark Otto | 1 | -39/+34 | |
| * Buttons and progress bars now make use of more semantic global @brand- colors * Progress bars have been rewritten to reduce the number of possible selectors * Instead of .progress .bar, it's .progress-bar for individual bars of color, ultimately making for less CSS | |||||
| 2013-01-16 | flatten the progress bars | Mark Otto | 1 | -12/+14 | |
| 2012-11-30 | remove color variables, swap others were appropro | Mark Otto | 1 | -2/+2 | |
| 2012-11-30 | more vars changed, remove @white var | Mark Otto | 1 | -1/+1 | |
| 2012-11-30 | more consistent variable naming patterns | Mark Otto | 1 | -3/+3 | |
| 2012-11-30 | Part 1 of unCamelCasing variables | Mark Otto | 1 | -2/+2 | |
| 2012-11-02 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -1/+1 | |
| Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less | |||||
| 2012-10-03 | use border-radius vars where possible | Mark Otto | 1 | -1/+1 | |
| 2012-09-30 | remove .border-radius mixin and replace with standard border-radius ↵ | Mark Otto | 1 | -1/+1 | |
| property, since -webkit-* and -moz-* are only needed for older versions | |||||
| 2012-09-12 | change up box-shadow mixin usage everywhere to use escaping again, or local ↵ | Mark Otto | 1 | -1/+1 | |
| var if necessary for further var evaluation | |||||
| 2012-08-27 | Unescaped box-shadows to take advantage of new box-shadow mixin | Luis Aleman | 1 | -1/+1 | |
| 2012-08-20 | bump up height of progress bars, give some extra depth with stacking bars, ↵ | Mark Otto | 1 | -2/+5 | |
| and then make the stacked bars actually work | |||||
| 2012-08-20 | stack mutliple progress bars | Jonas Pommerening | 1 | -8/+9 | |
| 2012-07-02 | .progress .bar { height: 100% } | Dave DeSandro | 1 | -1/+1 | |
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -2/+3 | |
| 2012-03-25 | Merge branch 'andreasbovens-master' into 2.0.3-wip | Mark Otto | 1 | -0/+8 | |
| 2012-03-24 | Added -o- and -ms- prefixes to animations CSS | Andreas Bovens | 1 | -0/+8 | |
| Added -o- and -ms- prefixes to make the animated progress bars to work in the latest/upcoming versions of IE and Opera. | |||||
| 2012-03-15 | Invert progress-bar-stripes direction | Marcel Jackwerth | 1 | -8/+8 | |
| 2012-03-10 | fix gradient mixins by escaping them, add notes on progress bars | Mark Otto | 1 | -0/+6 | |
| 2012-03-05 | clearing up progress bar docs and resetting the striped one to match default ↵ | Mark Otto | 1 | -1/+1 | |
| bar (blue instead of green) | |||||
