aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2015-02-21Fix copy/pasta'd id on accessibility skiplink calloutPatrick H. Lauke1-1/+1
2015-02-21Typo in URLPatrick H. Lauke1-1/+1
2015-02-20Fix capitalization/singular of comments in helper class docsQuy Ton1-5/+5
Closes #15839 by merging a tweaked version of it.
2015-02-20fixed a few typos in the docsJon Chretien2-6/+6
2015-02-19Fix #15712: Add example of how to use grid system within a modalKevin Kirsche1-0/+96
Closes #15725 by merging a tweaked version of it.
2015-02-19Dropdown docs: Tweak .dropup copyChris Rebert1-1/+1
2015-02-19Affix docs: add MDN link for `position: sticky`Chris Rebert1-1/+1
2015-02-19Merge pull request #15773 from kkirsche/patch-16Chris Rebert1-2/+2
Fix #15766: Clarify Affix plugin docs
2015-02-19[Fixes #15766] Need Clearer Affix plugin documentationKevin Kirsche1-2/+2
[Fixes #15766] Need Clearer Affix plugin documentation Remove trailing whitespace Update the documentation
2015-02-19Merge pull request #15662 from kkirsche/patch-5Chris Rebert1-7/+30
Fix issue #15597 — Mention dropup variation in dropdown docs
2015-02-17Merge pull request #15703 from kkirsche/patch-9Mark Otto1-2/+2
[Fix Issue #15683] `readonly` input should not have a not-allowed cursor
2015-02-17Use https://www.npmjs.com (new site).vsn4ik1-1/+1
2015-02-12.text-hide docs: trivial indentation fixChris Rebert1-1/+1
2015-02-12browser-device-support.html: tweak indentationChris Rebert1-2/+2
2015-02-12fix indentation of highlighted code in Modal docsChris Rebert1-5/+5
2015-02-10Remove separate area for dropup'sKevin Kirsche1-19/+12
Condense the dropup example
2015-02-10Run `grunt`.XhmikosR1-1/+6
2015-02-09Fixes #15653 — Add comment which explains that how a responsive image ↵Kevin Kirsche1-4/+1
should be centered Fixes #15653 — Add comment which explains that how a responsive image should be centered Redo of #15657 which I couldn't get to rebase properly after all the merges were done last night.
2015-02-08Merge pull request #15648 from Nikita240/masterMark Otto1-1/+5
Improve image layout in the carousel example.
2015-02-06Update Twitter handle: @twbootstrap => @getbootstrapChris Rebert3-5/+5
Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0 CC: @mdo
2015-02-04Merge pull request #15714 from patrickhlauke/skip-link-fixesPatrick H. Lauke1-2/+7
Skip link workarounds for Chrome and IE
2015-02-03[Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation ↵Kevin Kirsche2-2/+2
case [Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation case. Add to popovers
2015-02-03Merge pull request #15740 from twbs/carousel-events-targetChris Rebert1-0/+1
Clarify target of carousel events
2015-02-03Clarify target of carousel eventsChris Rebert1-0/+1
[skip sauce]
2015-02-03Clarify target of modal eventsChris Rebert1-0/+1
2015-02-03[Fix Issue #15683] `readonly` input should not have a not-allowed cursorKevin Kirsche1-2/+2
[Fix Issue #15683] `readonly` input should not have a `not-allowed` cursor. Instead, this pull request displays a standard cursor and only displays the not-allowed cursor on disabled items. Revise docs wording to clarify cursor display
2015-02-03Merge pull request #15658 from kkirsche/patch-3XhmikosR1-0/+1
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags
2015-02-02Fix issue #15601 — Position of X-UA-CompatibleKevin Kirsche1-0/+1
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport Add comment to all examples The non-responsive is correctly saying 2 instead of 3
2015-02-02Expand/clean-up prose about skip linksPatrick H. Lauke1-2/+2
2015-01-31Skip link workarounds for Chrome and IEPatrick H. Lauke1-1/+6
Add tabindex="-1" to main #content to work around bug in Chrome (and old WebKits) and IE Update advice in accessibility section Include patch in docs CSS to suppress outline when #content is focused (particularly as Chrome sets focus as result of mouse click for tabindex="-1" elements)
2015-01-30License FAQ clarificationPatrick H. Lauke1-1/+1
2015-01-29Fix #15688Chris Rebert1-1/+1
Stability > Precision
2015-01-28Update per @vsn4ik's requestsKevin Kirsche1-3/+2
data-example-id not need be moved. Only change, because data-example-id="static-dropdown" already exists. Remove whitespace after h3. Variation not need capitalize.
2015-01-27Complete @vsn4ik's requestsKevin Kirsche1-2/+1
* Remove `<h3>Example</h3>;` * Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value;
2015-01-26Fix validation errors.XhmikosR2-2/+2
Surprisingly those weren't reported by the validator; only in the grunt-contrib-htmlmin branch they were reported, so after digging into it, I saw they were indeed errors...
2015-01-23Fix issue #15597 — Mention dropup variation in dropdown docsKevin Kirsche1-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-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-21Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+0
2015-01-21Merge branch 'master' into move-inline-cssMark Otto3-1/+6
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 Otto1-1/+2
2015-01-21Move inline CSS to docs.css.XhmikosR13-45/+45
2015-01-21Add AnchorJS for docs anchors.XhmikosR1-1/+2
2015-01-20Document sticky :hover on mobile browsers; fixes #12832Chris Rebert2-0/+4
2015-01-18fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 ↵Mark Otto1-1/+1
to fix button sizing in Win 8.1 Chrome
2015-01-18rm dummy href from dismiss-on-next-click popover example; fixes #15277Chris Rebert1-2/+2
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]