aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-29Fix dab6a4f0e3af750f5b1c7b88db1e7d14a15eb8b0.XhmikosR2-2/+2
2015-04-29Merge pull request #16384 from twbs/cleancss-workaroundXhmikosR8-8/+8
dropdowns.less: Add space before IE8 workaround.
2015-04-28Adds documentation for buttons in link groupsZac Echola2-0/+22
Mostly a duplication of the *Linked items* section, but for buttons. Includes a note not to use the standard btn classes.
2015-04-28Merge branch 'master' of https://github.com/twbs/bootstrap into ↵Zac Echola81-2824/+4665
list_group_buttons
2015-04-28Run `grunt`.XhmikosR7-7/+7
2015-04-28dropdowns.less: Add space before IE8 workaround.XhmikosR1-1/+1
This in turn works around an issue with clean-css (fixed in 3.2.6). So this basically is just a consistency change.
2015-04-28automatic `grunt dist`Bootstrap's Grunt bot2-2/+2
[ci skip]
2015-04-28Update clean-css to v3.2.6.XhmikosR3-4/+4
2015-04-28Bump copyright year.XhmikosR11-15/+25
[ci skip]
2015-04-28automatic `grunt dist`Bootstrap's Grunt bot6-90/+90
[ci skip]
2015-04-28Add package.js in Grunt tasks.XhmikosR2-1/+4
2015-04-28Minor lint tweaks.XhmikosR10-69/+65
2015-04-28Merge pull request #16382 from twbs/bump-sauceChris Rebert1-1/+1
Bump grunt-saucelabs to v8.6.1
2015-04-28Bump grunt-saucelabs to v8.6.1Chris Rebert1-1/+1
2015-04-28update shrinkwrapChris Rebert1-32/+32
2015-04-27Multiple tooltip triggers don't play well togetherBraden M. Kelley2-6/+70
Fixes issue #16008
2015-04-27Merge pull request #16381 from twbs/docs_anchorsMark Otto1-1/+1
Scope anchorjs to immediate children
2015-04-27scope anchorjs to immediate children, fixes #16129Mark Otto1-1/+1
2015-04-27automatic `grunt dist`Bootstrap's Grunt bot4-16/+14
[ci skip]
2015-04-27Merge pull request #16152 from jarthod/tooltip-placement-viewport-fixF A T2-18/+38
Tooltip/popover: Fix auto placement to use viewport
2015-04-27Merge pull request #16379 from twbs/bower-jsonChris Rebert1-1/+1
More bower.json fixes
2015-04-27bower.json: Add `license` fieldChris Rebert1-0/+1
[ci skip]
2015-04-27bower.json: rm moot `version` fieldChris Rebert1-1/+0
Per https://github.com/bower/bower.json-spec/commit/a325da3d79baab018c572d75dc1781b12322f6cd
2015-04-27Merge pull request #16378 from twbs/bower-moduleTypeChris Rebert1-0/+1
bower.json: set `moduleType` to `globals`
2015-04-27bower.json: set `moduleType` to `globals`Chris Rebert1-0/+1
Per https://github.com/bower/bower.json-spec/commit/632ff90a2c857e9cb4a4236e8ddb069cc0716865#commitcomment-10914138 [ci skip]
2015-04-27Set `box-sizing: border-box` on .container-viewport in #16142 testcaseChris Rebert1-0/+1
Otherwise, the test doesn't properly fail when the fix is reverted.
2015-04-27automatic `grunt dist`Bootstrap's Grunt bot4-4/+4
[ci skip]
2015-04-27Compare tooltip right offset to viewport right offset (and not width)Adrien2-1/+28
Closes #16142 by merging it.
2015-04-26Add @btn-border-radius variables (#16271)Martin Bean9-11/+30
2015-04-26automatic `grunt dist`Bootstrap's Grunt bot2-2/+2
[ci skip]
2015-04-26Run `grunt`.XhmikosR6-100/+107
2015-04-26Update autoprefixer.js.XhmikosR1-1812/+2320
Taken from https://github.com/ai/autoprefixer-rails/blob/master/vendor/autoprefixer.js [ci skip]
2015-04-26automatic `grunt dist`Bootstrap's Grunt bot2-2/+2
[ci skip]
2015-04-25Remove inaccurate commentMark Otto1-1/+0
2015-04-26automatic `grunt dist`Bootstrap's Grunt bot6-6/+6
[ci skip]
2015-04-25Merge pull request #16280 from arxene/issue-16270Mark Otto1-1/+1
Fixes #16270.
2015-04-25Merge pull request #16369 from vsn4ik/split_docs_dropupMark Otto1-13/+19
DOCS: Separation of .dropdown and .dropup.
2015-04-26automatic `grunt dist`Bootstrap's Grunt bot6-8/+18
[ci skip]
2015-04-25Merge pull request #16333 from pine3ree/patch-2Mark Otto1-2/+4
form-group size + form-control-feedback
2015-04-25Merge pull request #16351 from thomasphorton/gutterRoundingMark Otto3-5/+5
Round results from gutter division to prevent decimal margins and padding
2015-04-25Merge pull request #16350 from thomasphorton/masterMark Otto1-0/+5
Add max-width: none to .media > .img-thumbnail
2015-04-25automatic `grunt dist`Bootstrap's Grunt bot4-6/+18
[ci skip]
2015-04-25Merge pull request #16324 from twbs/address-16219Chris Rebert3-1/+28
Throw error when tooltip/popover template has multiple top-level elements
2015-04-25Throw error when tooltip/popover template has multiple top-level elementsChris Rebert3-1/+28
Closes #16219.
2015-04-25Merge pull request #16368 from vsn4ik/use_https_slackMark Otto1-2/+2
Use https on herokuapp.com
2015-04-25Use https on herokuapp.comvsn4ik1-2/+2
2015-04-25DOCS: Separation of .dropdown and .dropup.vsn4ik1-13/+19
2015-04-25Merge pull request #16367 from twbs/unresponsiveChris Rebert1-0/+58
Ensure .form-inline in non-responsive example doesn't stack
2015-04-25Link slack badgeMark Otto1-1/+1
2015-04-24Merge pull request #16344 from twbs/sed-taskChris Rebert3-5/+18
Fix #16075 by switching to maintained fork of grunt-sed