| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-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 | 14 | -11/+151 | |
| 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 'docs-anchors' | Mark Otto | 9 | -9/+128 | |
| 2015-01-21 | style changes | Mark Otto | 6 | -52/+38 | |
| 2015-01-21 | Merge pull request #15620 from twbs/iso-4217 | Chris Rebert | 1 | -0/+4 | |
| Add .glyphicon-* aliases for other ISO 4217-ish currency codes | |||||
| 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 | 7 | -6/+139 | |
| 2015-01-20 | Document sticky :hover on mobile browsers; fixes #12832 | Chris Rebert | 2 | -0/+4 | |
| 2015-01-20 | Add .glyphicon-* aliases for other ISO 4217-ish currency codes | Chris Rebert | 1 | -0/+4 | |
| Fixes #15617. | |||||
| 2015-01-19 | customizer typo | Mark Otto | 1 | -1/+1 | |
| 2015-01-19 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-01-19 | bump versions | Mark Otto | 10 | -39/+39 | |
| 2015-01-19 | grunt | Mark Otto | 1 | -1/+1 | |
| 2015-01-18 | fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 ↵ | Mark Otto | 6 | -11/+11 | |
| to fix button sizing in Win 8.1 Chrome | |||||
| 2015-01-18 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -2/+2 | |
| 2015-01-18 | Fixes #15142: Add position: relative; to .dropup for proper placement of menus | Mark Otto | 5 | -5/+6 | |
| 2015-01-18 | rm dummy href from dismiss-on-next-click popover example; fixes #15277 | Chris Rebert | 1 | -2/+2 | |
| 2015-01-18 | Merge branch 'master' into pr/15278 | Mark Otto | 86 | -723/+930 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2015-01-18 | grunt | Mark Otto | 6 | -11/+27 | |
| 2015-01-16 | #15576 errata: #15298 also reproduces on Linux | Chris Rebert | 1 | -1/+1 | |
| See https://github.com/twbs/bootstrap/issues/15298#issuecomment-69216754 | |||||
| 2015-01-16 | Merge pull request #15581 from twbs/inline-form-with-visible-labels | Chris Rebert | 1 | -8/+36 | |
| Add example of using .form-inline with visible <label>s | |||||
| 2015-01-16 | 12 items of *fewer* as it's a countable item | Dan Course | 1 | -1/+1 | |
| http://www.oxforddictionaries.com/words/less-or-fewer | |||||
| 2015-01-15 | custom widths not always required for inline form fields | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-01-15 | Add example of using .form-inline with visible <label>s | Chris Rebert | 1 | -8/+36 | |
| Refs #15410 [skip sauce] | |||||
| 2015-01-15 | Document that tooltip+popover show+hide methods are async; fixes #15500 | Chris Rebert | 2 | -6/+7 | |
| [skip sauce] | |||||
| 2015-01-15 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -0/+81 | |
| 2015-01-15 | grunt | Mark Otto | 11 | -55/+44 | |
| 2015-01-15 | Merge pull request #15498 from twbs/fix-15332 | Chris Rebert | 1 | -0/+81 | |
| Add examples of using feedback icons with .input-group | |||||
| 2015-01-15 | Add Wall of Browser Bugs entry for #15298 | Chris Rebert | 1 | -0/+10 | |
| [skip sauce] | |||||
| 2015-01-15 | Docs: add missing "http://" | Chris Rebert | 1 | -1/+1 | |
| 2015-01-14 | Merge pull request #15560 from twbs/fix-15555 | Chris Rebert | 1 | -2/+2 | |
| Document that .form-inline & .form-horizontal work fine on non-<form>s too | |||||
| 2015-01-14 | document usage of npm package; fixes #15127 | Chris Rebert | 1 | -0/+10 | |
| [skip sauce] | |||||
| 2015-01-13 | Document that .form-inline & .form-horizontal work fine on non-<form>s too | Chris Rebert | 1 | -2/+2 | |
| Fixes #15555 [skip sauce] | |||||
| 2015-01-13 | Document that calling tooltip/popover .show()/.hide() qualifies as manual ↵ | Chris Rebert | 2 | -6/+6 | |
| triggering Fixes #15465 [skip sauce] | |||||
| 2015-01-09 | Filed http://openradar.appspot.com/19435018 | Chris Rebert | 1 | -1/+1 | |
| Refs #14868 | |||||
| 2015-01-09 | Filed http://openradar.appspot.com/19434933 | Chris Rebert | 1 | -1/+1 | |
| Refs #15205 | |||||
| 2015-01-09 | Filed http://openradar.appspot.com/19434878 | Chris Rebert | 1 | -1/+1 | |
| Refs #11266, #13098 | |||||
| 2015-01-09 | http://crbug.com/377346 is claimed to be fixed in Chrome 41 | Chris Rebert | 1 | -10/+0 | |
| So remove its entry from the Wall of Browser Bugs. Refs #13892, #14037 [skip sauce] | |||||
| 2015-01-08 | add pointer to Masonry in the thumbnail docs | Chris Rebert | 1 | -0/+1 | |
| 2015-01-07 | Update jQuery to v1.11.2. | XhmikosR | 16 | -16/+16 | |
| 2015-01-05 | Add example of using feedback icons with .input-group ; fixes #15332 | Chris Rebert | 1 | -0/+81 | |
| 2015-01-03 | overview.html: add missing <p> | Chris Rebert | 1 | -1/+1 | |
| 2014-12-31 | Merge pull request #15472 from twbs/address-15288 | Chris Rebert | 1 | -0/+4 | |
| Document that responsive tables use `overflow-y: hidden` | |||||
| 2014-12-31 | Merge pull request #15473 from twbs/autoprefixer-docs | Chris Rebert | 1 | -0/+3 | |
| Document that Autoprefixer is required | |||||
