| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-03-06 | Rewrite the disabled list group items to simplify styles | Mark Otto | 2 | -11/+10 | |
| 2014-03-06 | Merge branch 'master' into pr/12490 | Mark Otto | 23 | -203/+321 | |
| Conflicts: less/list-group.less | |||||
| 2014-03-06 | Fixes #12722: Fixes up responsive tables in print | Mark Otto | 1 | -1/+1 | |
| Safari renders this fine for one reason or another, but Chrome still renders the media query styles to make tables responsive. This change scopes them to screen devices only, so printing looks boss everywhere. | |||||
| 2014-03-06 | Fixes #12934 | mrmrs | 1 | -1/+1 | |
| 2014-03-06 | Fixes #12824: Remove white-space: nowrap from code elements | Mark Otto | 1 | -1/+0 | |
| 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 | Fixes #12901: Refactors list group active state for use on non-anchors | Mark Otto | 1 | -0/+2 | |
| 2014-03-04 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| 2014-03-04 | Fixes #12848: Account for and document progress bars at 0-3% | Mark Otto | 1 | -0/+16 | |
| 2014-03-04 | use full version number in deprecation note | Chris Rebert | 1 | -1/+1 | |
| 2014-03-04 | clarify deprecation /cc @cvrebert | Mark Otto | 1 | -1/+1 | |
| 2014-03-04 | Merge pull request #12917 from 5im0n/master | Mark Otto | 1 | -2/+2 | |
| Update dont' working csscomb properties | |||||
| 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 #12868: Enables icon feedback on validation states for large/small inputs. | Mark Otto | 2 | -14/+23 | |
| Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS. | |||||
| 2014-03-04 | Fixes #12913: Remove scoped media queries from custom xs grid mixins | Mark Otto | 1 | -9/+3 | |
| 2014-03-04 | Fixes #12914: Darken immediate children hr elements in jumbotrons | Mark Otto | 1 | -0/+4 | |
| 2014-03-04 | Update csscomb properties. 'colon-spac'e and 'stick-brace' don't take ↵ | Simon | 1 | -2/+2 | |
| boolean values. | |||||
| 2014-03-04 | Merge pull request #12745 from ronnyhaase/panel-vars | Mark Otto | 2 | -2/+4 | |
| Defined and use variables for .panel-heading & .panel-footer padding | |||||
| 2014-03-03 | Fixes #12593: Add support for table bodies and table rows to the collapse plugin | Mark Otto | 1 | -3/+5 | |
| 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-25 | update GitHub issue link in comment | Chris Rebert | 1 | -1/+1 | |
| 2014-02-24 | fix #12836 | Chris Rebert | 1 | -1/+1 | |
| Thanks @Quy. | |||||
| 2014-02-22 | Fixes #12822: Scope panel collapse styles to immediate panel bodies only | Mark Otto | 1 | -2/+2 | |
| 2014-02-22 | Fixes #12801: Add padding to the bottom of .form-control-static to match ↵ | Mark Otto | 1 | -0/+1 | |
| height of standard form controls | |||||
| 2014-02-22 | Update modals to use more consistent padding—modal body and footer now ↵ | Mark Otto | 2 | -2/+2 | |
| match modal header | |||||
| 2014-02-22 | Merge branch 'master' into pr/12813 | Mark Otto | 1 | -6/+10 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-02-22 | Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out ↵ | Mark Otto | 1 | -6/+10 | |
| of the media query | |||||
| 2014-02-21 | Correctly set .btn-link colors in a .navbar and .navbar-inverse #12694 | Supergibbs | 1 | -0/+28 | |
| 2014-02-21 | replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 | Chris Rebert | 2 | -0/+103 | |
| 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-21 | Merge pull request #12742 from ZDroid/table-responsive-mixin | Mark Otto | 1 | -2/+2 | |
| Make .table-responsive usable as mixin | |||||
| 2014-02-20 | Removed unnecessary top margin from .modal-footer | Chris Kankiewicz | 1 | -1/+0 | |
| 2014-02-19 | Fix UAs required message position on grouped radio buttons | Demian Ferreiro | 1 | -1/+3 | |
| Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place. | |||||
| 2014-02-14 | Make .table-responsive usable as mixin | Zlatan Vasović | 1 | -2/+2 | |
| 2014-02-14 | Defined and use variables for .panel-heading & .panel-footer padding | rhaase | 2 | -2/+4 | |
| 2014-02-14 | add posibillity to hover links and not background in list-groups | DaSch | 2 | -0/+2 | |
| 2014-02-11 | Fixes #11659, #12698, and #12349: Always apply position and z-index form ↵ | Mark Otto | 1 | -0/+5 | |
| controls in input groups for proper borders | |||||
| 2014-02-11 | Merge branch 'master' into pr/12412 | Mark Otto | 16 | -259/+292 | |
| 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 | Merge pull request #12673 from tlindig/tl_popover_arrow_size | Mark Otto | 1 | -4/+4 | |
| use @popover-arrow-width for offset the popover | |||||
| 2014-02-10 | Fixes #12674 | Mark Otto | 1 | -2/+2 | |
| * The problem with #12674 is that it reassigns the same variable, but the color values were purposely different. * This uses Less's color functions to generate the proper darker colors. * Why darker colors? Because those CSS carets render lighter than their solid border counterparts. Consider it a design hack. | |||||
| 2014-02-10 | add .sr-only-focusable; fixes #12259 | Chris Rebert | 1 | -0/+16 | |
| 2014-02-10 | use @popover-arrow-width for offset the popover to account for the popover arrow | Tobias Lindig | 1 | -4/+4 | |
| 2014-02-10 | Make both .scale(X) and .scale(X, Y) both work | Ruben Stolk | 1 | -14/+28 | |
| 2014-02-08 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -4/+1 | |
| 2014-02-08 | Fixes #12625: Only remove first list group item's top and last list group ↵ | Mark Otto | 1 | -8/+6 | |
| item's bottom borders when the list group is first or last | |||||
| 2014-02-08 | Merge pull request #12433 from tagliala/list-inline-first-element-fix | Mark Otto | 1 | -4/+1 | |
| Fix first element padding of list-inline | |||||
