| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-04-08 | Reset text/font properties more thoroughly for tooltips+popovers; fixes #15925 | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] | |||||
| 2014-03-09 | Add recompiled assets after nuking toc in mixins.less. | mrmrs | 1 | -5/+0 | |
| 2014-03-09 | Merge branch 'master' into modular-the-mixins | mrmrs | 1 | -1/+0 | |
| * master: Replace some images on the Carousel example with some base64 encoded 1x1 gifs ugh grunt moar grunt mo copy http://www.youtube.com/watch?v=AJWtLf4-WWs grunt Copy change fix grammar in comment in forms.less Fixes #12759 Fixes #12738 replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map less/mixins.less | |||||
| 2014-03-09 | Break mixins.less up into smaller modules. | mrmrs | 1 | -1087/+39 | |
| Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994 | |||||
| 2014-03-09 | Merge branch 'master' into fix-8869 | Mark Otto | 1 | -129/+279 | |
| 2014-03-09 | Reorganize mixins and G R U N T | Mark Otto | 1 | -128/+125 | |
| 2014-03-09 | Adjusts some section titles to be more explicit. | mrmrs | 1 | -3/+3 | |
| FIXES #12992 | |||||
| 2014-03-09 | Adds basic table of contents for mixins.less. You know for the kids. | mrmrs | 1 | -0/+69 | |
| 2014-03-08 | Update .hide-text() comment | Zlatan Vasović | 1 | -2/+1 | |
| 2014-03-07 | Rename properties | Bas Bosman | 1 | -2/+2 | |
| 2014-03-07 | Merge branch 'master' into pr/12670 | Mark Otto | 1 | -1/+1 | |
| 2014-03-07 | Fixes #12937: Darken active button states just a smidge more | Mark Otto | 1 | -1/+1 | |
| 2014-03-07 | Add autoprefixer | Bas Bosman | 1 | -1/+73 | |
| 2014-03-05 | .transition-timing-function Mixin | Ahmad Nassri | 1 | -0/+4 | |
| added .transition-timing-function(@timing-function) mixin, defaults to @timing-function. | |||||
| 2014-03-04 | Merge pull request #12863 from Sojaner/master | Mark Otto | 1 | -2/+12 | |
| Fix for issue #12854 on push and pull resets | |||||
| 2014-03-04 | Fixes #12913: Remove scoped media queries from custom xs grid mixins | Mark Otto | 1 | -9/+3 | |
| 2014-02-27 | 100% less tumah | Mark Otto | 1 | -2/+3 | |
| 2014-02-27 | Merge pull request #12855 from lipis/patch-1 | Mark Otto | 1 | -0/+4 | |
| Added the very useful .animation-fill-mode() mixin | |||||
| 2014-02-27 | Fixes #12851: it's not a tumah | Mark Otto | 1 | -1/+1 | |
| 2014-02-27 | Fix for issue #12854 where push and pull resets | Sojaner | 1 | -2/+12 | |
| The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly. To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%. | |||||
| 2014-02-26 | Added the very useful .animation-fill-mode() mixin | Lipis | 1 | -0/+4 | |
| I think that's the only animation property that was missing and it's quite useful. https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode | |||||
| 2014-02-22 | Fixes #12822: Scope panel collapse styles to immediate panel bodies only | Mark Otto | 1 | -2/+2 | |
| 2014-02-21 | replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 | Chris Rebert | 1 | -0/+2 | |
| 2014-02-21 | Merge pull request #12459 from rubenstolk/hotfix/mixins/scale | Mark Otto | 1 | -14/+28 | |
| Make both .scale(X) and .scale(X, Y) both work | |||||
| 2014-02-11 | Merge branch 'master' into pr/12412 | Mark Otto | 1 | -8/+4 | |
| Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css test-infra/npm-shrinkwrap.canonical.json | |||||
| 2014-02-10 | Make both .scale(X) and .scale(X, Y) both work | Ruben Stolk | 1 | -14/+28 | |
| 2014-02-07 | Drop -o-user-select | Bas Bosman | 1 | -1/+0 | |
| 2014-02-06 | Merge pull request #12502 from ZDroid/moz | Mark Otto | 1 | -2/+1 | |
| Remove redundant :-moz-placeholder styles | |||||
| 2014-02-04 | Merge pull request #12025 from ZDroid/clean-visibility-mess | Mark Otto | 1 | -4/+1 | |
| Fix #12015 and minify styles | |||||
| 2014-02-01 | Remove redundant :-moz-placeholder styles | Zlatan Vasović | 1 | -2/+1 | |
| No need for old Firefox versions support. | |||||
| 2014-01-29 | Fix #12422: Reset height on multiple select in input size mixin | Mark Otto | 1 | -1/+2 | |
| 2014-01-28 | refactored and renamed grid mixins | Donald Pipowitch | 1 | -8/+16 | |
| 2014-01-26 | mark .box-shadow() mixin as deprecated; fixes #12396 | Chris Rebert | 1 | -0/+4 | |
| 2014-01-19 | Fix #12025 and minify styles | Zlatan Vasović | 1 | -4/+1 | |
| 2014-01-18 | Merge branch 'master' into bg-variant | Mark Otto | 1 | -0/+9 | |
| Conflicts: less/mixins.less | |||||
| 2014-01-15 | refactoring: add & use .bg-variant() mixin | Chris Rebert | 1 | -0/+9 | |
| 2014-01-15 | refactoring: add & use .text-emphasis-variant() mixin | Chris Rebert | 1 | -0/+9 | |
| 2014-01-09 | mixins.less: fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-12-27 | Small fix: I noticed the use of a deprecated variable. This seems to be the ↵ | Môshe van der Sterre | 1 | -1/+1 | |
| only occurrence. | |||||
| 2013-12-15 | Add new form feedback states, clean up existing form styles | Mark Otto | 1 | -0/+4 | |
| New stuff: * Adds `.has-feedback` and `.form-control-feedback` to show icon-based form feedback to users. Fixes #11836. * Removes the `width: 1em` on `.glyphicon` because it makes it impractical to resize the width of all icons, even if they’re not “empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work, nor would a class preceeded by a parent class. Clean up: * Sets `width: auto;` on all `.form-control`s within inline forms. * Removes all the inline `select` menu `width` styles because all inputs are now `auto`. * Update form states docs to separate out sections better. | |||||
| 2013-12-15 | Fixes #11829: Adds .make-xs-column mixins | Mark Otto | 1 | -0/+15 | |
| 2013-12-15 | comments and spacing | Mark Otto | 1 | -17/+3 | |
| 2013-12-14 | Merge pull request #11326 from ZDroid/animations | Mark Otto | 1 | -0/+24 | |
| Add `.animation-*()` mixins | |||||
| 2013-12-13 | Merge pull request #11874 from ZDroid/hotfix | Chris Rebert | 1 | -1/+1 | |
| ';' isn't needed | |||||
| 2013-12-13 | ';' isn't needed | Zlatan Vasović | 1 | -1/+1 | |
| 2013-12-12 | -ms-transform is for IE9 only, IE10+ don't require it | Mark Otto | 1 | -6/+6 | |
| 2013-12-10 | transform origin mixin for explorer | Jan Panschab | 1 | -0/+1 | |
| 2013-12-09 | add parens around arithmetic in recursive mixin calls to comply with LESS ↵ | Chris Rebert | 1 | -5/+5 | |
| strictMath <3 @seven-phases-max for helping to confirm & debug this X-Ref: https://github.com/less/less.js/issues/1725 | |||||
| 2013-12-09 | Merge pull request #11790 from twbs/drop_recess_for_less | Mark Otto | 1 | -2/+2 | |
| Drop grunt-recess for grunt-contrib-less | |||||
| 2013-12-08 | more nesting in .list-group-item-variant mixin | Chris Rebert | 1 | -15/+16 | |
