aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2014-07-05gruntMark Otto1-1/+1
2014-07-05gruntMark Otto1-2/+2
2014-07-05gruntMark Otto1-1/+1
2014-07-03gruntMark Otto1-1/+1
2014-07-03Fixes #12738 again: use max-device-width instead of max-width for ↵Mark Otto1-1/+1
.navbar-collapse height in landscape devices
2014-07-02gruntMark Otto1-1/+1
2014-06-30Update dependencies.XhmikosR2-2/+2
2014-06-28Merge pull request #13954 from hnrch02/persist-preview-themeMark Otto1-7/+15
Save "Preview theme" state; resolves #13940
2014-06-27Update "grunt-autoprefixer".XhmikosR1-1/+1
2014-06-27Save "Preview theme" state; resolves #13940Heinrich Fenkart1-7/+15
2014-06-26JSCS hotfixChris Rebert1-1/+1
[skip sauce] [skip validator]
2014-06-26regenerate docs.min.jsChris Rebert1-1/+1
[skip sauce]
2014-06-26add docs JS to activate popover demos; fixes #13937Chris Rebert1-1/+6
2014-06-26rm apparent dead code from docs JSChris Rebert1-5/+0
.bs-docs-navbar class doesn't seem to be used anywhere at all
2014-06-26add comment explaining which demos this JS is forChris Rebert1-0/+1
2014-06-26bump to v3.2.0Mark Otto3-6/+6
2014-06-26gruntMark Otto3-13/+32
2014-06-25gruntMark Otto1-1/+1
2014-06-25Merge branch 'master' of github.com:twbs/bootstrapMark Otto4-6/+6
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-06-25Run `grunt`.XhmikosR2-2/+2
Revert a991cd572c8b3cafa6228915ca86f7a0cdd26e2d.
2014-06-24grunt dist; closes #13914Chris Rebert2-2/+2
2014-06-24Run `grunt`.XhmikosR3-4/+4
2014-06-23Revert UMD (#13772 & friends) for now, due to #13812.Chris Rebert1-1/+1
Will hopefully revert this reversion and land a fully-working version of UMD in v3.3.0. Revert "some changes from #13801 - add strict mode back and ==" This reverts commit 2b302f69eea416bc85e7827b7d7a74d49f879662. Revert "Fix regression of #10038 introduced by #13772" This reverts commit e9d6756a1ac76a9db31a41e8e03f663bedc41b70. Revert "MD/CommonJS/Globals #12909" This reverts commit 1c6fa9010daf0d0c21de9e20fe6ac4dba1788d90. Revert "address #13811" This reverts commit f347d7d955bbb17234b8e12c68efae7d516ce62c. Conflicts: js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/tab.js js/tooltip.js
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto1-1/+1
2014-06-19gruntMark Otto1-2/+2
2014-06-19grunt distMark Otto1-1/+1
2014-06-19Update a few source files to comply to new JSCS rulesHeinrich Fenkart1-1/+1
2014-06-19Run `grunt`.XhmikosR3-3/+3
2014-06-19Update JSZip to v2.3.0.XhmikosR2-9/+9
2014-06-18gruntMark Otto1-1/+1
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto1-1/+1
2014-06-18gruntMark Otto2-2/+2
2014-06-18gruntMark Otto2-2/+2
2014-06-18gruntMark Otto1-1/+1
2014-06-18grunt distMark Otto1-1/+1
2014-06-18Darken @gray-light to meet accessibility guidelinesRoss Allen1-1/+1
`@gray-light` darkens from #999 to #777, which puts `.text-muted` at the threshold for the 4.5:1 WCAG minimum contrast[1]. #777:#fff is 4.48:1. The “Example” headers in docs become #959595, which is contrast ratio 3:1, the minimum for larger text. Since the headers are less important than the surrounding text, 3:1 is fine and an improvement on the previous #bbb:#fff (1.92:1). Fixes issue #13847. [1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html
2014-06-18Run `grunt`.XhmikosR3-5/+5
2014-06-17address #13811Chris Rebert1-1/+1
2014-06-09twerk copyMark Otto2-2/+2
2014-06-10Run `grunt dist`.XhmikosR4-5/+13
2014-06-10Update ZeroClipboard to v1.3.5.XhmikosR5-10/+10
Also use the official filenames.
2014-06-10Remove unused variables and make tests pass.XhmikosR1-5/+6
2014-06-10Refactor and restyle.Mark Otto4-1065/+67
2014-06-10Integrate ZeroClipboard to easily copy code snippetssoundarapandian4-0/+1090
2014-06-09simpler and updated docs copy for icon font file pathsMark Otto2-1/+5
2014-06-09Run `grunt`.XhmikosR2-6/+6
[ci skip]
2014-06-09Update filesaver.js to v2014-05-27.XhmikosR1-29/+28
[ci skip]
2014-06-09Update Blob.js to v2014-05-31.XhmikosR1-7/+20
[ci skip]
2014-06-08change up the padding on bs-docs-header container to alleviate #13682Mark Otto2-4/+3
2014-06-09Move apple-touch-icon-precomposed.png and favicon.ico in docs root.XhmikosR2-0/+0
This way, it works in all browsers.