aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2016-01-11Docs: Remove defunct Pager example stylesChris Rebert1-5/+0
Refs #18782 [skip sauce]
2016-01-10grunt dist-css docsChris Rebert1-1/+1
[ci skip]
2016-01-06gruntMark Otto2-2/+2
2016-01-05Merge pull request #18734 from tagliala/fix-highlight-docsMark Otto1-1/+1
Fix margins in highlighted code in docs
2016-01-03gruntMark Otto2-2/+2
2016-01-03Merge pull request #18752 from twbs/v4-docs-scsslintMark Otto11-88/+72
v4: Docs Sass linting
2016-01-03gruntMark Otto1-1/+1
2016-01-03reformat syntax styles for lintingMark Otto1-55/+55
2016-01-03basic lintingMark Otto2-2/+2
2016-01-03basic linting changes, disable some id selector testing per file as neededMark Otto6-8/+10
2016-01-03property order lintingMark Otto1-1/+1
2016-01-03we nuked the focusedinput example awhile back, so nuking the styles tooMark Otto1-12/+0
2016-01-03basic lintingMark Otto2-4/+4
2016-01-03nuke vendor prefixesMark Otto1-3/+1
2016-01-03remove unused rule for ads css that was hiding an image that no longer ↵Mark Otto1-4/+0
exists (i think)
2016-01-01grunt dist docsChris Rebert3-3/+3
[ci skip]
2016-01-01Update copyright years to 2016Chris Rebert2-2/+2
[ci skip]
2015-12-31Fix margins in highlightsGeremia Taglialatela1-1/+1
2015-12-24Run `grunt`.XhmikosR2-2/+2
[ci skip]
2015-12-07gruntMark Otto2-2/+2
2015-12-07Merge pull request #18325 from twbs/tooltip-a-nowrapMark Otto1-0/+4
Prevent anchors in tooltip example from splitting across lines
2015-12-07gruntMark Otto2-2/+2
2015-12-07proper fix for #18439 w/ clippy placement and hoverMark Otto1-4/+8
2015-12-07gruntMark Otto3-3/+3
2015-12-06fixes #18436Mark Otto1-0/+1
2015-12-05Run `grunt`.XhmikosR1-5/+5
[ci skip]
2015-12-05Update clipboard.js to v1.5.5.XhmikosR1-3/+3
[ci skip]
2015-12-05Update anchor.js to v2.0.0.XhmikosR1-2/+2
[ci skip]
2015-12-04Update jekyll-search.min.js to v1.0.9.XhmikosR1-1/+1
Fixes the IE 9 error. [ci skip]
2015-12-04Rename jekyll-search.js to reflect that it's minified.XhmikosR1-0/+0
[ci skip]
2015-12-03Run `grunt`.XhmikosR2-2/+2
[ci skip]
2015-11-29Prevent anchors in tooltip example from splitting across linesChris Rebert1-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-29gruntMark Otto2-2/+2
2015-11-29fix ads background colorMark Otto1-1/+1
2015-11-29gruntMark Otto3-3/+3
2015-11-29darken docs nav selected state and un-semibold it so it's not danglingMark Otto1-1/+1
2015-11-23Run `grunt`.XhmikosR1-2/+1
[ci skip]
2015-11-16Run `grunt`.XhmikosR1-1/+1
[ci skip]
2015-11-14Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devJacob Thornton1-1/+1
2015-11-14Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into ↵Jacob Thornton1-1/+1
lincolndbryant-v4-dev
2015-11-14gruntMark Otto1-1/+1
2015-11-12gruntMark Otto2-2/+2
2015-11-12Run `grunt`.XhmikosR1-16/+2
[ci skip]
2015-11-11Run `grunt`.XhmikosR3-4/+18
[ci skip]
2015-10-29grunt distChris Rebert2-2/+2
2015-10-28IE10 Mobile viewport bug workaround: document.querySelector('head') => ↵Chris Rebert1-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-24Switch to jQuery 2.1.4.XhmikosR1-5/+4
Now that we don't support IE 8 it's safe to do that.
2015-10-24Run `grunt`.XhmikosR3-18/+15
2015-10-24Fix the remaining issues for the clipboard.js switch.Zeno Rocha1-14/+23
2015-10-24Replace ZeroClipboard with clipboard.js.XhmikosR7-54/+33
Things left: 1. clear the selection after copy 2. add messages for success and error