aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-06-26bump to v3.2.0Mark Otto6-10/+10
2014-06-26gruntMark Otto3-13/+32
2014-06-25gruntMark Otto3-11/+6
2014-06-25Merge pull request #13905 from Jimtrim/patch-1Mark Otto1-2/+2
Update cover.css
2014-06-25Mozilla bug says the fix targeted v31Chris Rebert1-1/+1
2014-06-25Merge branch 'master' of github.com:twbs/bootstrapMark Otto10-14/+13
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-25fixes #13912: make radios/checkboxes work with inline forms againMark Otto2-2/+2
2014-06-25Run `grunt`.XhmikosR4-4/+4
Revert a991cd572c8b3cafa6228915ca86f7a0cdd26e2d.
2014-06-24grunt dist; closes #13914Chris Rebert4-4/+4
2014-06-24Run `grunt`.XhmikosR5-7/+6
2014-06-23Merge pull request #13904 from twbs/revert-umdJacob1-1/+1
Revert UMD for now, due to #13812.
2014-06-23grid class inconsistency 2Julian Thilo1-2/+2
https://github.com/twbs/bootstrap/commit/32bde78e1996a92e6b801e1f4a475d5ab48685f8
2014-06-23Update cover.cssJim Frode Hoff1-2/+2
Moved the inset box-shadow to .site-wrapper in order to keep the shadow at the edges even if content exceeds viewport and needs scrolling.
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-23Merge pull request #13900 from twbs/customize_on_your_ownMark Otto1-1/+1
Remove broken link
2014-06-23grid class inconsistency /cc @juthiloMark Otto1-5/+5
2014-06-23Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2014-06-23Fixes #13903: Restore side padding on .btn-blockMark Otto2-2/+2
2014-06-23fix typo in css - buttonsIlya Radchenko1-1/+1
2014-06-23Remove broken link to Customizing BootstrapJulian Thilo1-1/+1
2014-06-22new homepage expo featuresMark Otto2-17/+17
2014-06-20Fixes #13872 more: add overrides for lg and sm input modifiersMark Otto2-2/+2
2014-06-19tweak alert per #13875Mark Otto1-1/+1
2014-06-19Fixes #13872: Always apply padding to .form-control-static for that vertical ↵Mark Otto2-2/+2
alignment
2014-06-19formattingMark Otto1-5/+0
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto4-3/+11
2014-06-19gruntMark Otto1-2/+2
2014-06-19grunt distMark Otto4-3/+39
2014-06-19ids over namesMark Otto1-4/+4
2014-06-19Merge pull request #13867 from hnrch02/remove-depreacted-jscs-rulesChris Rebert1-1/+1
Remove deprecated JSCS rules
2014-06-19Update a few source files to comply to new JSCS rulesHeinrich Fenkart1-1/+1
2014-06-19Document IE8 font-face weirdnessBas Bosman2-0/+4
2014-06-19Merge pull request #13870 from BBosman/gray-lightChris Rebert1-1/+1
Fix @gray-light in docs
2014-06-19Fix @gray-light in docsBas Bosman1-1/+1
2014-06-19Run `grunt`.XhmikosR7-7/+7
2014-06-19Update JSZip to v2.3.0.XhmikosR2-9/+9
2014-06-19Nuke equal height columns example; got a few bugs that make it not ready for ↵Mark Otto3-172/+0
prime time in v3.2
2014-06-18gruntMark Otto2-2/+2
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto5-27/+27
2014-06-18gruntMark Otto4-3/+8
2014-06-18gruntMark Otto6-6/+6
2014-06-18Fixes #13400, #13415: actually document the existing practice for links in ↵Mark Otto1-0/+1
panel headings
2014-06-18fix part of #13111: hide the docs nav on small and below devicesMark Otto1-1/+1
2014-06-18gruntMark Otto2-2/+2
2014-06-18fixes #13021: add .form-group-sm/-lgMark Otto3-2/+38
2014-06-18fixes #10073: add width: 100%; for ie10 and below to size svg.img-responsive ↵Mark Otto2-2/+2
correctly
2014-06-18grunt distMark Otto3-3/+3
2014-06-18Merge pull request #13854 from ssorallen/gray-light-higher-contrastMark Otto1-1/+1
Darken @gray-light to meet accessibility guidelines
2014-06-18among supported WebKit/Blink browsers, this now only applies to SafariChris Rebert1-1/+1
Missed this in 4cbc8d49b10f707029019aaa5eba50e56390a3c5
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