aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-27stub out flexbox grid variation via -flexMark Otto4-3/+45
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-27gruntMark Otto8-94/+40
2015-04-27fix up file exampleMark Otto1-2/+2
2015-04-26Add @btn-border-radius variables (#16271)Martin Bean9-11/+30
2015-04-26docs noteMark Otto1-1/+1
2015-04-26fix progress bar animation buttonMark Otto1-1/+2
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-26remove some un-used grid class resets in input groupsMark Otto1-7/+0
2015-04-26unnecessary commentMark Otto1-1/+1
2015-04-26remove another extendMark Otto1-1/+2
2015-04-26remove more old navbar stylesMark Otto1-54/+0
2015-04-26remove the old navbar-form classMark Otto1-42/+0
2015-04-26remove extends: navs and unstyled listsMark Otto1-1/+2
2015-04-25Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto8-44/+77
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-25navMark Otto4-6/+6
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
2015-04-24Fix collapsing .img-thumbnail due to display: table-cell clashing with max-widthThomas P. Horton1-0/+5
2015-04-24Ensure .form-inline in non-responsive example doesn't stack; fixes #15977Chris Rebert1-0/+58
2015-04-24Merge pull request #109 from twbs/callout-ifMark Otto1-6/+5
re-work callout tag conditional
2015-04-24re-work callout tag conditionalThomas McDonald1-6/+5
Output a warning if the type is not supported and default to info
2015-04-24Add slack badge, link to join, and update copyMark Otto1-1/+3
2015-04-24Merge pull request #16359 from twbs/bowerChris Rebert1-7/+1
Update bower.json to comply with new spec for `main`
2015-04-24bower.json: Remove bootstrap.css from `main`Chris Rebert1-1/+0
Per https://github.com/bower/bower.json-spec/pull/43 : > Use source files with module exports and imports over pre-built distribution files. Also, the example in that PR doesn't include /dist/movement.css or /dist/movement.min.css in its `main`. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues
2015-04-24bower.json: Remove font files from `main`Chris Rebert1-6/+1
Per https://github.com/bower/bower.json-spec/pull/43 : > font files [...] are not `main` files as they are not entry-points. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues
2015-04-23Round results from gutter division to prevent decimal margins and paddingThomas P. Horton3-5/+5
2015-04-23forms.md: fix typoChris Rebert1-1/+1
2015-04-23card.md: fix typoChris Rebert1-1/+1
2015-04-23Merge pull request #28 from twbs/tooltip-display-none-errorChris Rebert3-34/+68
throw error when trying to show tooltip on :hidden element