aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2014-06-17Merge pull request #13842 from twbs/fix-13811Chris Rebert3-3/+3
update "is jQuery defined" check for UMD compatibility
2014-06-17FFSChris Rebert1-1/+1
2014-06-17sighChris Rebert1-1/+1
2014-06-17Travis: per today's PyPI issues, travis_retry the pip install stepChris Rebert1-1/+1
Also, remove deprecated --use-mirrors option
2014-06-17address #13811Chris Rebert3-3/+3
2014-06-17Merge branch 'deps'Chris Rebert2-13/+13
2014-06-17Gruntfile: add note about duplicate copy of jqueryCheck codeChris Rebert1-0/+1
Refs #13842
2014-06-17Update dependencies.XhmikosR2-13/+13
2014-06-17grunt distChris Rebert8-1513/+1538
2014-06-17Merge branch 'erwanjegouzo-master'Chris Rebert1-1/+1
2014-06-17fix for #13747Erwan Jegouzo1-1/+1
Closes #13782 by merging it.
2014-06-18Merge pull request #13845 from BBosman/dismissibleXhmikosR4-9/+10
Fix dismissible spelling
2014-06-18Fix dismissible spellingBas Bosman4-9/+10
2014-06-17popovers.html: fix typo: "Dimissmisable"Chris Rebert1-2/+2
2014-06-17Make autoprefixer browsers fixedBas Bosman1-1/+10
Closes #13795 by merging it.
2014-06-15Merge pull request #13827 from vsn4ik/refactoring_by_vsn4ikChris Rebert1-1/+4
Refactoring bages in README.md.
2014-06-15Always use preserveComment: 'some'Bas Bosman1-9/+3
2014-06-15README.md: Refactoring bages.vsn4ik1-1/+4
2014-06-15added 'main' field to package.jsonJames Friend1-0/+1
2014-06-15allow require.resolve('bootstrap') to work under nodeJames Friend1-0/+1
2014-06-13fix #13386Chris Rebert1-0/+1
2014-06-13Merge pull request #13820 from twbs/bump-load-tasksChris Rebert2-2/+2
bump load-grunt-tasks to ~0.5.0
2014-06-13bump load-grunt-tasks to ~0.5.0Chris Rebert2-2/+2
[skip validator] [skip sauce]
2014-06-13min-content is standard, so no need to vendor prefix itChris Rebert1-1/+1
Also, makes little sense to say that Firefox sets a `-webkit`-prefixed value
2014-06-12some changes from #13801 - add strict mode back and ==fat13-1526/+1551
2014-06-11Merge pull request #13786 from twbs/fat-13430Jacob7-25/+24
add special transitionend type to test event origin
2014-06-11Merge pull request #13800 from hnrch02/fix-umd-regressionJacob12-12/+12
Fix regression of #10038 introduced by #13772