aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto8-5/+23
2014-06-19bump npm-shrinkwrap to ~3.1.4Chris Rebert2-4/+4
2014-06-19gruntMark Otto1-2/+2
2014-06-19grunt distMark Otto9-13/+86
2014-06-19ids over namesMark Otto1-4/+4
2014-06-19Merge pull request #13867 from hnrch02/remove-depreacted-jscs-rulesChris Rebert9-462/+746
Remove deprecated JSCS rules
2014-06-19S H R I N K W R A PHeinrich Fenkart1-450/+734
2014-06-19Merge pull request #13866 from BBosman/ie8fontfaceMark Otto2-0/+4
Document #13863
2014-06-19Update a few source files to comply to new JSCS rulesHeinrich Fenkart6-7/+7
2014-06-19Remove deprecated JSCS rules and add requireSpaceAfterLineCommentHeinrich Fenkart1-4/+4
2014-06-19Bump grunt-jscs-checker to 0.5.1Heinrich Fenkart1-1/+1
2014-06-19Merge pull request #13877 from twbs/npm-shrinkwrapChris Rebert8-53/+3607
Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generation
2014-06-19Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generationChris Rebert8-53/+3607
Instead of our homegrown grunt/shrinkwrap.js Fixes #13483. New npm-shrinkwrap.json is human-readable but still in a consistent/stable format. Should aid debugging, produce better diffs, and be less prone to merge conflicts
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`.XhmikosR11-11/+11
2014-06-19Merge pull request #13829 from BBosman/preserveXhmikosR1-9/+3
Always use preserveComment: 'some'
2014-06-19Merge pull request #13865 from BBosman/deprecatedMark Otto3-4/+4
Use full deprecation version
2014-06-19Use full deprecation versionBas Bosman3-4/+4
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 Otto3-3/+3
2014-06-18Merge pull request #13861 from twbs/new_striped_progress_bar_classMark Otto11-34/+47
Make striped progress bars its own class
2014-06-18lol wordsMark Otto1-1/+1
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto11-33/+45
2014-06-18Merge branch 'master' into new_striped_progress_bar_classMark Otto17-16/+61
2014-06-18Merge pull request #13859 from twbs/skew_youMark Otto1-3/+3
Change skew(x,y) to skewX skewY
2014-06-18gruntMark Otto5-4/+9
2014-06-18Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-2/+4
2014-06-18Merge pull request #13860 from twbs/fixes_13346Mark Otto2-2/+4
Add a variable for .dl-horizontal's offset
2014-06-18gruntMark Otto12-11/+48
2014-06-18Fixes #13400, #13415: actually document the existing practice for links in ↵Mark Otto1-0/+1
panel headings
2014-06-18fixes #13347: make striped progress bars its own classMark Otto1-1/+2
2014-06-18fixes #13346: add a variable for .dl-horizontal's offsetMark Otto2-2/+4
2014-06-18change skew(x,y) to skewX skewY because mdn told me soMark Otto1-3/+3
2014-06-18Merge pull request #13857 from twbs/list_group_smallMark Otto1-1/+3
List group headings and small/.small
2014-06-18Merge pull request #13851 from ahoereth/patch-1Mark Otto1-0/+1
Add white-space: nowrap; to .dropdown-header
2014-06-18fix part of #13111: hide the docs nav on small and below devicesMark Otto1-1/+1
2014-06-18fixes #13093: reset the background color and remove background image on ↵Mark Otto1-0/+6
disabled theme buttons
2014-06-18fixes #13020: proper color for small/.small in list group headingsMark Otto1-1/+3
2014-06-18gruntMark Otto2-2/+2
2014-06-18fixes #13021: add .form-group-sm/-lgMark Otto7-6/+79
2014-06-18fixes #10073: add width: 100%; for ie10 and below to size svg.img-responsive ↵Mark Otto6-4/+7
correctly
2014-06-18grunt distMark Otto6-32/+32
2014-06-18Merge pull request #13854 from ssorallen/gray-light-higher-contrastMark Otto2-2/+2
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 Allen2-2/+2
`@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-18Add white-space: nowrap; to .dropdown-headerahoereth1-0/+1
Dropdowns adjust their width to the width of their containing a elements - which have no line breaks ([*](https://github.com/twbs/bootstrap/commit/f226463b057f945795661c3d19fbcabf63b931f7)). Consistent to this dropdown-headers also should be prevent to contain line breaks.
2014-06-18Run `grunt`.XhmikosR9-11/+11