| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-01-23 | Fix issue #15597 — Mention dropup variation in dropdown docs | Kevin Kirsche | 1 | -6/+38 | |
| Fix issue #15597 — Mention dropup variation in dropdown docs Other pull request was so messed up I sincerely have no clue how to save it. The recommended command doesn't work, can't believe rebasing is so problematic... | |||||
| 2015-01-23 | Merge pull request #15660 from twbs/bump-dev-deps | Chris Rebert | 2 | -79/+35 | |
| update devDependencies | |||||
| 2015-01-23 | update shrinkwrap | Chris Rebert | 1 | -77/+33 | |
| 2015-01-23 | update devDependencies | Chris Rebert | 1 | -2/+2 | |
| upgrade grunt-contrib-jshint to ~0.11.0 upgrade load-grunt-tasks to ~3.0.0 | |||||
| 2015-01-23 | Merge pull request #15651 from sebnow/bower-woff2 | Chris Rebert | 1 | -1/+2 | |
| Add woff2 font file to bower main files | |||||
| 2015-01-23 | Add woff2 font file to bower main files | Sebastian Nowicki | 1 | -1/+2 | |
| If Bootstrap is installed through bower, the woff2 font file may not be copied over as it's not in the "main" files. The LESS files still reference the font file which results in errors. | |||||
| 2015-01-23 | Add a warning in images.html about text-align | Nikita Rushmanov | 1 | -1/+5 | |
| People normally center images using text-align. However, the `.img-responsive` class changes the display type to block. As a result you can no longer align the image with text-align. You must instead do it with margin: auto. There was no note about this on the web page, and no mention about setting the display to block. Users were left on a frustrating journey to figure out why they can't center images anymore! | |||||
| 2015-01-23 | Fix image order in carousel example | Nikita Rushmanov | 1 | -4/+4 | |
| When the screen is shrunk below the md threshold, all the featurette columns stack. However, since the second featurette is "backwards", when stacked the second featurette looked awkward as the image came before the heading. | |||||
| 2015-01-23 | Center images in carousel example | Nikita Rushmanov | 1 | -3/+3 | |
| In order to see the changes, you must shrink the browser to below the md threshold. | |||||
| 2015-01-22 | add docs for mq4-hover-hover-shim integration | Chris Rebert | 1 | -1/+3 | |
| 2015-01-22 | add $use-hover-media-query to control @media (hover:hover) usage | Chris Rebert | 2 | -13/+46 | |
| 2015-01-22 | Integrate mq4-hover-hover-shim | Chris Rebert | 3 | -1/+20 | |
| 2015-01-22 | put all :hover styles within @media (hover: hover) | Chris Rebert | 26 | -189/+210 | |
| 2015-01-21 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+0 | |
| 2015-01-21 | keep the base64 | Mark Otto | 2 | -3/+3 | |
| 2015-01-21 | Merge branch 'master' into move-inline-css | Mark Otto | 21 | -18/+179 | |
| Conflicts: docs/assets/css/docs.min.css | |||||
| 2015-01-21 | Merge pull request #15299 from SpectrumPixel/patch-2 | Mark Otto | 1 | -1/+0 | |
| Remove "Separated link" in example where it's not | |||||
| 2015-01-21 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 4 | -4/+6 | |
| 2015-01-21 | Merge branch 'docs-anchors' | Mark Otto | 11 | -12/+134 | |
| 2015-01-21 | style changes | Mark Otto | 6 | -52/+38 | |
| 2015-01-22 | automatic grunt dist | Bootstrap's Grunt bot | 3 | -3/+4 | |
| 2015-01-21 | Merge pull request #15628 from kkirsche/patch-1 | Mark Otto | 1 | -1/+2 | |
| [Fix Issue #15561] Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied | |||||
| 2015-01-21 | Merge pull request #65 from twbs/precision | Mark Otto | 1 | -1/+1 | |
| Use expressions for thirds to avoid precision issues | |||||
| 2015-01-21 | Use expressions for thirds to avoid precision issues | Chris Rebert | 1 | -1/+1 | |
| 2015-01-21 | Fix error in condition in Tab plugin | Chris Rebert | 1 | -1/+1 | |
| Refs #15186 | |||||
| 2015-01-21 | Fix having multiple selectors on a single line. | Kevin Kirsche | 1 | -1/+2 | |
| 2015-01-21 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -2/+2 | |
| 2015-01-21 | Merge pull request #15620 from twbs/iso-4217 | Chris Rebert | 3 | -0/+20 | |
| Add .glyphicon-* aliases for other ISO 4217-ish currency codes | |||||
| 2015-01-21 | Merge pull request #90 from twbs/at-viewport | Chris Rebert | 3 | -36/+22 | |
| Reorg @viewport now that we don't need to worry about non-responsiveness | |||||
| 2015-01-21 | Reorg @viewport now that we don't need to worry about non-responsive layouts | Chris Rebert | 3 | -36/+22 | |
| 2015-01-21 | Merge branch 'v4' of twbs/bootstrap/v4 into v4 | Chris Rebert | 7 | -0/+67 | |
| 2015-01-21 | Merge branch 'master' into v4 | Chris Rebert | 16 | -1115/+1376 | |
| 2015-01-21 | testing out svgs | Mark Otto | 7 | -0/+67 | |
| 2015-01-21 | Fix issue twbs/bootstrap#15561 | Kevin Kirsche | 1 | -1/+1 | |
| Fix issue twbs/bootstrap#15561 regarding badges not shrinking to fit inside of .btn-group-xs | |||||
| 2015-01-21 | Merge pull request #15621 from twbs/fix-12832 | Chris Rebert | 2 | -0/+4 | |
| Document sticky :hover on mobile browsers | |||||
| 2015-01-21 | Carousel example: move the Base64 images outside of the HTML. | XhmikosR | 3 | -6/+20 | |
| Use a simple blank.gif and change the background color instead of duplicating stuff. | |||||
| 2015-01-21 | Move inline CSS to docs.css. | XhmikosR | 15 | -46/+67 | |
| 2015-01-21 | Add AnchorJS for docs anchors. | XhmikosR | 9 | -9/+145 | |
| 2015-01-20 | several docs cleanup things | Mark Otto | 4 | -72/+77 | |
| 2015-01-20 | copy | Mark Otto | 1 | -1/+1 | |
| 2015-01-20 | fix dupe images | Mark Otto | 2 | -43/+8 | |
| 2015-01-20 | custom holder theme | Mark Otto | 1 | -0/+9 | |
| 2015-01-20 | Merge pull request #15503 from twbs/qunit | Chris Rebert | 13 | -777/+1205 | |
| Update QUnit to v1.17.0. | |||||
| 2015-01-20 | tweak 'close reopened modal' unit test to work under new QUnit API | Chris Rebert | 1 | -2/+7 | |
| 2015-01-20 | fix bug in tab show/shown relatedTarget unit test | Chris Rebert | 1 | -1/+1 | |
| 2015-01-20 | update JS unit tests to future-proof QUnit 1.16.0 API | Chris Rebert | 11 | -226/+226 | |
| [skip validator] | |||||
| 2015-01-20 | Document sticky :hover on mobile browsers; fixes #12832 | Chris Rebert | 2 | -0/+4 | |
| 2015-01-20 | large page titles | Mark Otto | 3 | -2/+6 | |
| 2015-01-20 | grunt | Mark Otto | 6 | -12/+4 | |
| 2015-01-20 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 5 | -66/+6 | |
