| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-07-25 | Update remaining version numbers in source files | Chris Rebert | 2 | -2/+2 | |
| Refs a90341ced2160c2a519a723100e9383a180501d9 Errata for #20357 [ci skip] | |||||
| 2016-07-25 | Merge pull request #20356 from twbs/revert-18700 | Chris Rebert | 2 | -2/+0 | |
| Revert #18700 but discourage using <a>s for disabled pagination items | |||||
| 2016-07-25 | Revert "Add pointer-events:none to disabled pager/pagination" | Chris Rebert | 2 | -2/+0 | |
| This reverts commit a217db1923a552b53c7a0c005e69c598fbd1a98a. This reverts PR #18700 See the discussion in the comments on that commit. [skip sauce] | |||||
| 2016-07-21 | Update iOS temporal input types support comment (#20343) | Chris Rebert | 1 | -1/+1 | |
| * <input type="datetime"> no longer exists, per https://github.com/whatwg/html/issues/336 * iOS 9.3.2 still doesn't support <input type="week"> [skip sauce] [skip validator] | |||||
| 2016-07-09 | Remove forced default focus outline | Patrick H. Lauke | 1 | -3/+3 | |
| As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Fixes #19933 Closes #19935 [skip sauce] | |||||
| 2016-06-23 | Port #20165 to v3 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2016-06-01 | Fix typo in panels.less comment: Collapsable → Collapsible (#20017) | Sébastien Santoro | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-01-17 | variables.less: Fix typo in comment for @caret-width-base | Chris Rebert | 1 | -1/+1 | |
| Closes https://github.com/twbs/bootstrap-sass/pull/1005 [ci skip] | |||||
| 2016-01-01 | Update copyright years to 2016 | Chris Rebert | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-12-27 | Add pointer-events:none to disabled pager/pagination | Patrick H. Lauke | 2 | -0/+2 | |
| In line with usage of `pointer-events:none` for disabled buttons | |||||
| 2015-12-01 | button-groups.less: Grammar OCD comment | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-11-29 | Clarifying the comment | Henry Wong | 1 | -1/+1 | |
| Made comment more clear. | |||||
| 2015-11-26 | Remove whitespaces | Geremia Taglialatela | 1 | -1/+1 | |
| 2015-11-24 | bump version | Mark Otto | 2 | -2/+2 | |
| 2015-11-14 | Ensure proper z-indexing in input-groups | Mark Otto | 1 | -0/+4 | |
| 2015-11-14 | Fix IE9 clickthru of carousel controls | Mark Otto | 1 | -0/+1 | |
| 2015-11-14 | [v3] Use border-radius mixin in button-groups.less | vsn4ik | 1 | -4/+2 | |
| 2015-11-12 | Follow up to #16975 | Mark Otto | 1 | -3/+3 | |
| 2015-11-12 | Merge pull request #16975 from kkirsche/patch-3 | Mark Otto | 1 | -3/+3 | |
| Use @carousel-control-font-size for in min-width sm | |||||
| 2015-11-11 | Update verb tenses to proper tense for feature deprecations | Kevin Kirsche | 2 | -2/+2 | |
| X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce | |||||
| 2015-11-08 | Merge pull request #16684 from kkirsche/patch-2 | Mark Otto | 1 | -0/+2 | |
| Fix border-radius not being set on 2 corners of vertical btn group | |||||
| 2015-10-10 | Add missing space in .backface-visibility definition; fixes #17873 | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-08-12 | Use @carousel-control-font-size for in min-width sm | Kevin Kirsche | 1 | -3/+3 | |
| Fix #16973 As 30px was hard coded for the following attribute values: `width`, `height`, and `font-size`, I have used the same pixel formula for each of these three as the `@carousel-control-width` is a percent value not a pixel value in variables.less | |||||
| 2015-08-04 | Merge pull request #16785 from studyjan/debug_container | Mark Otto | 1 | -2/+2 | |
| Round paddings of .container & .container-fluid to match .row's margins | |||||
| 2015-08-04 | fixes #16769: use a clearfix on the .modal-header instead of a min-height to ↵ | Mark Otto | 1 | -1/+1 | |
| avoid collapsing when only a dismiss button is available and no .modal-title | |||||
| 2015-08-04 | Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtons | Mark Otto | 1 | -4/+1 | |
| Show active buttons when form disabled | |||||
| 2015-08-04 | Merge pull request #16780 from rlindner81/fix/16779 | Mark Otto | 1 | -0/+2 | |
| Fixes #16779: Add padding to jumbotron with outer container | |||||
| 2015-08-04 | fixes #16824: Correct the match on .control-label sizing for input group sizes | Mark Otto | 1 | -1/+1 | |
| 2015-07-10 | Show active buttons when form disabled | Edwin Lin | 1 | -4/+1 | |
| 2015-07-08 | Debug .container and .container-fluid | Jan Vonka | 1 | -2/+2 | |
| 2015-07-07 | fixes https://github.com/twbs/bootstrap/issues/16779 | Richard Lindner | 1 | -0/+2 | |
| 2015-06-27 | Fix show "2b" text instead of proper glyphicon | deniss-muhla | 1 | -2/+2 | |
| I'm using babel and webpack with less-loader to bundle all resources maybe this will cause this issue. | |||||
| 2015-06-22 | Fix border-radius not being set on left of vertical btn group | Kevin Kirsche | 1 | -0/+2 | |
| While this is correct that it was not being set, I did not notice any visible difference in Chrome on OS X when it is not set. Fixes #16683 | |||||
| 2015-06-18 | Follow up to #16529 (remove select caret in IE10+) | Mark Otto | 1 | -4/+2 | |
| - Update comment as recommended by @cvrebert - Use `transparent` for `background-color` so we don't need to override that value again in the disabled state. - Remove disabled changes. /cc @wonsong | |||||
| 2015-06-18 | Merge pull request #16529 from WonSong/master | Mark Otto | 1 | -2/+10 | |
| Removes border around <select> caret in IE10+ | |||||
| 2015-06-18 | Merge pull request #16563 from dbkaplun/dl-horizontal-breakpoint | Mark Otto | 2 | -1/+3 | |
| Adds @dl-horizontal-breakpoint | |||||
| 2015-06-18 | Merge pull request #16492 from supergibbs/input-group-addon-border-radius | Mark Otto | 1 | -3/+3 | |
| Fixed .input-group-addon border-radius | |||||
| 2015-06-16 | Fix hover border covering active in pagination | Kevin Kirsche | 1 | -2/+2 | |
| Fix #16646 | |||||
| 2015-06-16 | bump version | Mark Otto | 2 | -2/+2 | |
| 2015-06-10 | Fix asymmetry between dropup and dropdown carets. | Simon Pai | 1 | -1/+2 | |
| 2015-06-01 | Merge pull request #16567 from justincron/master | Chris Rebert | 1 | -1/+1 | |
| Fixed typo in hide-text.less [skip sauce] [skip validator] | |||||
| 2015-06-01 | Fixed typo | Justin Cron | 1 | -1/+1 | |
| 2015-05-30 | Adds @dl-horizontal-breakpoint | Dan Kaplun | 2 | -1/+3 | |
| 2015-05-24 | Removes border around select caret in IE | Won Song | 1 | -2/+10 | |
| 2015-05-16 | Remove grunt-banner completely. | XhmikosR | 1 | -0/+5 | |
| Add a license header in theme instead. | |||||
| 2015-05-15 | Changed .input-group-addon to use @input-border-radius (along with sm/lg | Supergibbs | 1 | -3/+3 | |
| variations) | |||||
| 2015-05-14 | [Close #16482] Add border-radius to theme's navbar-inverse | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16482] Add border-radius to theme's navbar-inverse | |||||
| 2015-05-14 | Merge pull request #16472 from twbs/fixes_16346 | Mark Otto | 1 | -1/+5 | |
| Tweak temporal inputs | |||||
| 2015-05-14 | Redo jumbotron padding | Mark Otto | 1 | -2/+4 | |
| - In general, there are very few instances that would require a jumbotron without a parent or child container. - Right now we account for that behavior though with some horizontal padding on the .jumbotron class. - This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case. - It also improves consistency across breakpoints, in that padding isn't being added and removed. - In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity). | |||||
| 2015-05-14 | add comment, remove week type | Mark Otto | 1 | -1/+2 | |
