aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
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.
2015-04-07grunt dist docsChris Rebert4-28/+29
[skip sauce]
2015-04-07Upgrade to Holder v2.5.2Chris Rebert1-4/+4
Fixes #16216, FWICT
2015-04-01Eliminate spurrious padding in .bs-docs-headerSteven Black1-1/+1
I agree with all the comments here. Rather than dicker with container nesting at this late juncture, near sunset for BS 3.0x, let's just fix and move on. It's docs only. This PR addresses issue #15100 and eliminates the unnecessary horizontal scrollbar that appears for width for width >=768px and <= 782px. Tested on three different iOS devices and FireFox/Chrome on OSX and it's fine now. The only difference is the text in .bs-docs-header is shifted left by 15-pixels, lines are 30 px longer so wrap less in some circumstances in some viewports.
2015-03-28gruntMark Otto2-5/+5
2015-03-16full gruntv3.3.4Chris Rebert2-3/+3
2015-03-16v3.3.2 => v3.3.4Chris Rebert1-1/+1
2015-03-15Run `grunt`.XhmikosR3-25/+55
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black1-0/+7
Closes #15915 by merging it.
2015-03-02Disable es3 for tests and customizer.js.XhmikosR1-0/+1
2015-03-02Run `grunt`.XhmikosR1-2/+2
2015-02-26Run `grunt`.XhmikosR2-3/+3
2015-02-20Run `grunt`.XhmikosR2-2/+2
2015-02-10Run `grunt`.XhmikosR2-2/+2
2015-02-04Merge pull request #15714 from patrickhlauke/skip-link-fixesPatrick H. Lauke1-0/+5
Skip link workarounds for Chrome and IE
2015-01-31Skip link workarounds for Chrome and IEPatrick H. Lauke1-0/+5
Add tabindex="-1" to main #content to work around bug in Chrome (and old WebKits) and IE Update advice in accessibility section Include patch in docs CSS to suppress outline when #content is focused (particularly as Chrome sets focus as result of mouse click for tabindex="-1" elements)