aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-01-23Add a warning in images.html about text-align Nikita Rushmanov1-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-23Fix image order in carousel exampleNikita Rushmanov1-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-23Center images in carousel exampleNikita Rushmanov1-3/+3
In order to see the changes, you must shrink the browser to below the md threshold.
2015-01-21Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+0
2015-01-21keep the base64Mark Otto2-3/+3
2015-01-21Merge branch 'master' into move-inline-cssMark Otto14-11/+151
Conflicts: docs/assets/css/docs.min.css
2015-01-21Merge pull request #15299 from SpectrumPixel/patch-2Mark Otto1-1/+0
Remove "Separated link" in example where it's not
2015-01-21Merge branch 'docs-anchors'Mark Otto9-9/+128
2015-01-21style changesMark Otto6-52/+38
2015-01-21Merge pull request #15620 from twbs/iso-4217Chris Rebert1-0/+4
Add .glyphicon-* aliases for other ISO 4217-ish currency codes
2015-01-21Carousel example: move the Base64 images outside of the HTML.XhmikosR3-6/+20
Use a simple blank.gif and change the background color instead of duplicating stuff.
2015-01-21Move inline CSS to docs.css.XhmikosR15-46/+67
2015-01-21Add AnchorJS for docs anchors.XhmikosR7-6/+139
2015-01-20Document sticky :hover on mobile browsers; fixes #12832Chris Rebert2-0/+4
2015-01-20Add .glyphicon-* aliases for other ISO 4217-ish currency codesChris Rebert1-0/+4
Fixes #15617.
2015-01-19customizer typoMark Otto1-1/+1
2015-01-19gruntMark Otto2-2/+2
2015-01-19bump versionsMark Otto10-39/+39
2015-01-19gruntMark Otto1-1/+1
2015-01-18fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 ↵Mark Otto6-11/+11
to fix button sizing in Win 8.1 Chrome
2015-01-18Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-2/+2
2015-01-18Fixes #15142: Add position: relative; to .dropup for proper placement of menusMark Otto5-5/+6
2015-01-18rm dummy href from dismiss-on-next-click popover example; fixes #15277Chris Rebert1-2/+2
2015-01-18Merge branch 'master' into pr/15278Mark Otto86-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-18gruntMark Otto6-11/+27
2015-01-16#15576 errata: #15298 also reproduces on LinuxChris Rebert1-1/+1
See https://github.com/twbs/bootstrap/issues/15298#issuecomment-69216754
2015-01-16Merge pull request #15581 from twbs/inline-form-with-visible-labelsChris Rebert1-8/+36
Add example of using .form-inline with visible <label>s
2015-01-1612 items of *fewer* as it's a countable itemDan Course1-1/+1
http://www.oxforddictionaries.com/words/less-or-fewer
2015-01-15custom widths not always required for inline form fieldsChris Rebert1-1/+1
[skip sauce]
2015-01-15Add example of using .form-inline with visible <label>sChris Rebert1-8/+36
Refs #15410 [skip sauce]
2015-01-15Document that tooltip+popover show+hide methods are async; fixes #15500Chris Rebert2-6/+7
[skip sauce]
2015-01-15Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-0/+81
2015-01-15gruntMark Otto11-55/+44
2015-01-15Merge pull request #15498 from twbs/fix-15332Chris Rebert1-0/+81
Add examples of using feedback icons with .input-group
2015-01-15Add Wall of Browser Bugs entry for #15298Chris Rebert1-0/+10
[skip sauce]
2015-01-15Docs: add missing "http://"Chris Rebert1-1/+1
2015-01-14Merge pull request #15560 from twbs/fix-15555Chris Rebert1-2/+2
Document that .form-inline & .form-horizontal work fine on non-<form>s too
2015-01-14document usage of npm package; fixes #15127Chris Rebert1-0/+10
[skip sauce]
2015-01-13Document that .form-inline & .form-horizontal work fine on non-<form>s tooChris Rebert1-2/+2
Fixes #15555 [skip sauce]
2015-01-13Document that calling tooltip/popover .show()/.hide() qualifies as manual ↵Chris Rebert2-6/+6
triggering Fixes #15465 [skip sauce]
2015-01-09Filed http://openradar.appspot.com/19435018Chris Rebert1-1/+1
Refs #14868
2015-01-09Filed http://openradar.appspot.com/19434933Chris Rebert1-1/+1
Refs #15205
2015-01-09Filed http://openradar.appspot.com/19434878Chris Rebert1-1/+1
Refs #11266, #13098
2015-01-09http://crbug.com/377346 is claimed to be fixed in Chrome 41Chris Rebert1-10/+0
So remove its entry from the Wall of Browser Bugs. Refs #13892, #14037 [skip sauce]
2015-01-08add pointer to Masonry in the thumbnail docsChris Rebert1-0/+1
2015-01-07Update jQuery to v1.11.2.XhmikosR16-16/+16
2015-01-05Add example of using feedback icons with .input-group ; fixes #15332Chris Rebert1-0/+81
2015-01-03overview.html: add missing <p>Chris Rebert1-1/+1
2014-12-31Merge pull request #15472 from twbs/address-15288Chris Rebert1-0/+4
Document that responsive tables use `overflow-y: hidden`
2014-12-31Merge pull request #15473 from twbs/autoprefixer-docsChris Rebert1-0/+3
Document that Autoprefixer is required