| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-11 | Docs: Remove defunct Pager example styles | Chris Rebert | 1 | -5/+0 | |
| Refs #18782 [skip sauce] | |||||
| 2016-01-10 | grunt dist-css docs | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-01-06 | grunt | Mark Otto | 2 | -2/+2 | |
| 2016-01-05 | Merge pull request #18734 from tagliala/fix-highlight-docs | Mark Otto | 1 | -1/+1 | |
| Fix margins in highlighted code in docs | |||||
| 2016-01-03 | grunt | Mark Otto | 2 | -2/+2 | |
| 2016-01-03 | Merge pull request #18752 from twbs/v4-docs-scsslint | Mark Otto | 11 | -88/+72 | |
| v4: Docs Sass linting | |||||
| 2016-01-03 | grunt | Mark Otto | 1 | -1/+1 | |
| 2016-01-03 | reformat syntax styles for linting | Mark Otto | 1 | -55/+55 | |
| 2016-01-03 | basic linting | Mark Otto | 2 | -2/+2 | |
| 2016-01-03 | basic linting changes, disable some id selector testing per file as needed | Mark Otto | 6 | -8/+10 | |
| 2016-01-03 | property order linting | Mark Otto | 1 | -1/+1 | |
| 2016-01-03 | we nuked the focusedinput example awhile back, so nuking the styles too | Mark Otto | 1 | -12/+0 | |
| 2016-01-03 | basic linting | Mark Otto | 2 | -4/+4 | |
| 2016-01-03 | nuke vendor prefixes | Mark Otto | 1 | -3/+1 | |
| 2016-01-03 | remove unused rule for ads css that was hiding an image that no longer ↵ | Mark Otto | 1 | -4/+0 | |
| exists (i think) | |||||
| 2016-01-01 | grunt dist docs | Chris Rebert | 3 | -3/+3 | |
| [ci skip] | |||||
| 2016-01-01 | Update copyright years to 2016 | Chris Rebert | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-12-31 | Fix margins in highlights | Geremia Taglialatela | 1 | -1/+1 | |
| 2015-12-24 | Run `grunt`. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-12-07 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-12-07 | Merge pull request #18325 from twbs/tooltip-a-nowrap | Mark Otto | 1 | -0/+4 | |
| Prevent anchors in tooltip example from splitting across lines | |||||
| 2015-12-07 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-12-07 | proper fix for #18439 w/ clippy placement and hover | Mark Otto | 1 | -4/+8 | |
| 2015-12-07 | grunt | Mark Otto | 3 | -3/+3 | |
| 2015-12-06 | fixes #18436 | Mark Otto | 1 | -0/+1 | |
| 2015-12-05 | Run `grunt`. | XhmikosR | 1 | -5/+5 | |
| [ci skip] | |||||
| 2015-12-05 | Update clipboard.js to v1.5.5. | XhmikosR | 1 | -3/+3 | |
| [ci skip] | |||||
| 2015-12-05 | Update anchor.js to v2.0.0. | XhmikosR | 1 | -2/+2 | |
| [ci skip] | |||||
| 2015-12-04 | Update jekyll-search.min.js to v1.0.9. | XhmikosR | 1 | -1/+1 | |
| Fixes the IE 9 error. [ci skip] | |||||
| 2015-12-04 | Rename jekyll-search.js to reflect that it's minified. | XhmikosR | 1 | -0/+0 | |
| [ci skip] | |||||
| 2015-12-03 | Run `grunt`. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-11-29 | Prevent anchors in tooltip example from splitting across lines | Chris Rebert | 1 | -0/+4 | |
| So as to decrease the number of future inquiries about said edge case (which is already documented). Refs #18304 [skip sauce] | |||||
| 2015-11-29 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-11-29 | fix ads background color | Mark Otto | 1 | -1/+1 | |
| 2015-11-29 | grunt | Mark Otto | 3 | -3/+3 | |
| 2015-11-29 | darken docs nav selected state and un-semibold it so it's not dangling | Mark Otto | 1 | -1/+1 | |
| 2015-11-23 | Run `grunt`. | XhmikosR | 1 | -2/+1 | |
| [ci skip] | |||||
| 2015-11-16 | Run `grunt`. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-11-14 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Jacob Thornton | 1 | -1/+1 | |
| 2015-11-14 | Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into ↵ | Jacob Thornton | 1 | -1/+1 | |
| lincolndbryant-v4-dev | |||||
| 2015-11-14 | grunt | Mark Otto | 1 | -1/+1 | |
| 2015-11-12 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-11-12 | Run `grunt`. | XhmikosR | 1 | -16/+2 | |
| [ci skip] | |||||
| 2015-11-11 | Run `grunt`. | XhmikosR | 3 | -4/+18 | |
| [ci skip] | |||||
| 2015-10-29 | grunt dist | Chris Rebert | 2 | -2/+2 | |
| 2015-10-28 | IE10 Mobile viewport bug workaround: document.querySelector('head') => ↵ | Chris Rebert | 1 | -1/+1 | |
| document.head Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+, so slightly simplify the JS accordingly. [skip sauce] | |||||
| 2015-10-24 | Switch to jQuery 2.1.4. | XhmikosR | 1 | -5/+4 | |
| Now that we don't support IE 8 it's safe to do that. | |||||
| 2015-10-24 | Run `grunt`. | XhmikosR | 3 | -18/+15 | |
| 2015-10-24 | Fix the remaining issues for the clipboard.js switch. | Zeno Rocha | 1 | -14/+23 | |
| 2015-10-24 | Replace ZeroClipboard with clipboard.js. | XhmikosR | 7 | -54/+33 | |
| Things left: 1. clear the selection after copy 2. add messages for success and error | |||||
