aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2014-07-08rems: codeMark Otto2-4/+5
2014-07-08restore font-weight and knock down font-size for .leadMark Otto2-24/+24
2014-07-07start the move to remsMark Otto2-51/+64
2014-07-07Merge branch 'master' into derpMark Otto22-371/+605
Conflicts: docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/docs.min.js docs/assets/js/src/application.js
2014-07-07Cut down on homepage file size; reorg some docs CSSMark Otto1-67/+53
2014-07-07Merge pull request #14036 from twbs/fix-13575Chris Rebert11-0/+0
Jekyll: Use non-minified assets when not running from GitHub Pages
2014-07-06Fixes #14053: Don't show radio/checkbox in justified button groupsMark Otto1-1/+1
2014-07-06gruntMark Otto1-1/+1
2014-07-06Fixes #13997: Move min-height for radio/checkbox to their inner labelMark Otto1-1/+1
2014-07-06gruntMark Otto1-2/+2
2014-07-05gruntMark Otto1-1/+1
2014-07-05gruntMark Otto1-2/+2
2014-07-05gruntMark Otto1-1/+1
2014-07-03use non-minified Bootstrap JS when on non-gh-pagesChris Rebert7-0/+0
2014-07-03use non-minified docs JS on non-gh-pagesChris Rebert2-0/+0
2014-07-03use non-minified docs CSS on non-gh-pagesChris Rebert2-0/+0
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