aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2015-11-24prep releasev3.3.6Mark Otto1-5/+5
2015-11-24grunt after version bumpMark Otto2-5/+5
2015-11-24gruntMark Otto3-4/+4
2015-11-12Run `grunt`.XhmikosR2-3/+3
[ci skip]
2015-10-29Run `grunt.XhmikosR5-10/+14
[skip sauce]
2015-10-10Added missing new lines at EOF.Baraa Hamodi2-2/+2
2015-09-30Add CSS portion of IE10 viewport bug workaround to docsChris Rebert1-0/+15
Refs #17337
2015-08-04gruntMark Otto3-4/+4
2015-07-31Merge pull request #16921 from twbs/footerMark Otto1-43/+14
Simpler docs footer
2015-07-31simpler footer with no social buttons, fewer linksMark Otto1-43/+14
2015-07-31smaller, local expo screenshotsMark Otto4-0/+0
2015-07-26Add a local jQuery fallback.XhmikosR1-0/+5
Shouldn't really happen, but China for example has blocked Google so this should help.
2015-07-26Run grunt.XhmikosR4-7/+9
2015-06-16Update customize.min.js with version bumpJulian Thilo1-6/+6
2015-06-16bump versionMark Otto1-1/+1
2015-06-16customizer and raw filesv3.3.5Mark Otto2-6/+6
2015-06-16gruntMark Otto3-4/+4
2015-06-01Run `grunt`.XhmikosR3-12/+12
[ci skip]
2015-06-01docs: update uglify-js to v2.4.23.XhmikosR1-5/+5
[ci skip]
2015-05-30Adjust Carbon Ads margin on -xsTimothy Gu1-1/+1
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px. Fixes #16552.
2015-05-17Use `https` when possible.XhmikosR8-12/+12
2015-05-17docs: update uglify-js to v2.4.21.XhmikosR2-13/+10
[ci skip]
2015-05-16Remove grunt-banner completely.XhmikosR1-1/+1
Add a license header in theme instead.
2015-05-16Run `grunt`.XhmikosR4-13/+13
2015-05-16Update Anchor.js and port over the existing styles.Bryan Braun4-94/+208
Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it.
2015-05-14Relicense ie10-viewport-bug-workaround.js under MIT LicenseChris Rebert1-2/+1
Fixes #16470 Closes #16483
2015-05-14grrrrrrrrrrrrrrrrrrruntMark Otto2-5/+5
2015-05-13Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into ↵Mark Otto1-1/+1
martinbean-btn-borders
2015-05-05Run `grunt`.XhmikosR2-11/+7
2015-05-05Run `grunt`.XhmikosR2-3/+3
2015-05-05Comply to the new JSCS rules.XhmikosR3-41/+45
2015-04-29Redo changes needed to hide Copy button.XhmikosR2-28/+28
2015-04-29Revert "Update ZeroClipboard and remove Copy buttons when Flash is unavailable"XhmikosR3-29/+30
This reverts commit 229e88892913d5c8b712510c28b78bfa114596e5. ZeroClipboard v2.x drops IE < 9 support.
2015-04-29Fix dab6a4f0e3af750f5b1c7b88db1e7d14a15eb8b0.XhmikosR2-2/+2
2015-04-28Run `grunt`.XhmikosR1-1/+1
2015-04-28Bump copyright year.XhmikosR7-12/+12
[ci skip]
2015-04-28Minor lint tweaks.XhmikosR1-8/+9
2015-04-27scope anchorjs to immediate children, fixes #16129Mark Otto1-1/+1
2015-04-26Add @btn-border-radius variables (#16271)Martin Bean1-1/+1
2015-04-26Run `grunt`.XhmikosR2-33/+34
2015-04-26Update autoprefixer.js.XhmikosR1-1812/+2320
Taken from https://github.com/ai/autoprefixer-rails/blob/master/vendor/autoprefixer.js [ci skip]
2015-04-23Run `grunt`.XhmikosR2-13/+12
[ci skip`
2015-04-23Update Blob.js to v2015-03-21.XhmikosR1-2/+16
[ci skip]
2015-04-23Update FileSaver.js to v2015-03-04.XhmikosR1-1/+5
[ci skip]
2015-04-23Update JSZip to v2.5.0.XhmikosR1-3/+3
[ci skip]
2015-04-23Update uglify-js to v2.4.20.XhmikosR1-6/+9
[ci skip]
2015-04-23Update Holder.js to v2.6.0.XhmikosR2-12/+12
[ci skip]
2015-04-19Update devDependencies.XhmikosR2-11/+11
2015-04-16grunt docsChris Rebert2-11/+11
2015-04-16Update ZeroClipboard and remove Copy buttons when Flash is unavailableMark Tareshawty3-30/+29
Fixes #16269. Closes #16301 by merging a rebased version of it.