| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-12-14 | Update devDependencies, gems and lots of cleanup/build fixes. | XhmikosR | 1 | -1/+2 | |
| * switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4 | |||||
| 2018-12-10 | Restore `cursor: help` for `abbr`. | XhmikosR | 1 | -0/+7 | |
| 2018-12-10 | Backport the `abbr` fix from the updated normalize.css. | XhmikosR | 1 | -2/+5 | |
| 2018-11-18 | Remove a few duplicate selectors. | XhmikosR | 3 | -103/+90 | |
| 2018-11-18 | Add the unprefixed `appearance` property. | XhmikosR | 2 | -0/+2 | |
| 2018-10-18 | Use https, fix broken links and unneeded redirects. | XhmikosR | 4 | -8/+8 | |
| 2018-10-08 | Remove unneeded suppression and clean up docs less files. | XhmikosR | 1 | -1/+1 | |
| 2018-10-08 | Go back to single colon pseudo elements. | XhmikosR | 8 | -289/+289 | |
| This is for backwards compatibility with the browsers we support in v3. | |||||
| 2018-10-08 | Bump year to 2018. | XhmikosR | 2 | -2/+2 | |
| 2018-10-08 | Switch to inline comments for stylelint inline directives. | XhmikosR | 29 | -29/+29 | |
| Otherwise the comments are actually output to the CSS. | |||||
| 2018-08-18 | Restore non-system fonts for now | Mark Otto | 1 | -2/+2 | |
| 2018-04-08 | update css with latest stylelint | Mark Otto | 3 | -7/+7 | |
| 2017-11-26 | remove csscomb, it's duplicating work from stylelint | Mark Otto | 1 | -304/+0 | |
| 2017-11-25 | move from csslint to stylelint | Mark Otto | 56 | -785/+802 | |
| 2017-07-04 | bump version | Mark Otto | 2 | -2/+2 | |
| 2017-07-03 | remove abbr border-bottom styling. fixes #16574. | Mark Otto | 1 | -7/+0 | |
| 2017-07-03 | add .row-no-gutters class | Mark Otto | 1 | -0/+10 | |
| fixes #15180, fixes #19107, fixes #9102, fixes #7368 | |||||
| 2017-07-03 | system fonts | Mark Otto | 1 | -2/+2 | |
| 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. | |||||
