| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-20 | Use https in more places. | XhmikosR | 1 | -1/+1 | |
| 2018-10-18 | Switch to lowercase `doctype`. | XhmikosR | 1 | -1/+1 | |
| 2018-10-18 | Specify rel="noopener" for external links. | XhmikosR | 2 | -3/+3 | |
| 2018-10-18 | Use https, fix broken links and unneeded redirects. | XhmikosR | 3 | -4/+4 | |
| 2017-07-04 | update links, new version to v3.4.0, add new baseurl for easy v3.4 building | Mark Otto | 5 | -10/+10 | |
| 2017-07-03 | fixes #22238 | Mark Otto | 1 | -2/+1 | |
| 2017-07-03 | add .row-no-gutters class | Mark Otto | 1 | -0/+32 | |
| fixes #15180, fixes #19107, fixes #9102, fixes #7368 | |||||
| 2016-02-10 | Correct spelling | Sajad Torkamani | 1 | -1/+1 | |
| 2015-11-14 | that @cvrebert lifestyle | Mark Otto | 1 | -1/+1 | |
| 2015-11-14 | fixes #17003 | Mark Otto | 1 | -0/+11 | |
| 2015-08-04 | Merge pull request #16818 from zacechola/fix_16805 | Mark Otto | 1 | -24/+28 | |
| Move help block docs up page, add `.help-block` to validation example | |||||
| 2015-07-17 | remove all instances of .bs-docs-grid in grid docs since it's unused. ↵ | Mark Otto | 1 | -85/+73 | |
| nullifies #16838 | |||||
| 2015-07-13 | Move help block docs up page, add `.help-block` to validation example | Zac Echola | 1 | -24/+28 | |
| 2015-07-04 | Update Twitter's address in examples. | Matt Kantor | 1 | -4/+4 | |
| They're no longer on Folsom St. | |||||
| 2015-06-18 | Clarify what's being hovered /cc @kkirsche | Mark Otto | 1 | -1/+1 | |
| 2015-06-15 | Clarify that <fieldset> only uses the disabled attribute | Kevin Kirsche | 1 | -1/+1 | |
| Fix #16632 | |||||
| 2015-05-17 | Use `https` when possible. | XhmikosR | 1 | -1/+1 | |
| 2015-05-08 | docs examples: input[placeholder]: "Enter email" => "Email" | Chris Rebert | 1 | -4/+4 | |
| For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else. [skip sauce] | |||||
| 2015-04-14 | Update docs to account for #15755 | Chris Rebert | 1 | -1/+0 | |
| 2015-03-03 | Accessibility and headings hierarchy for the "CSS" page. | Steven Black | 2 | -21/+21 | |
| Closes #15948 by merging it. | |||||
| 2015-02-28 | [Fixes #15928] Encourage use of icons with form validation states for ↵ | Kevin Kirsche | 1 | -3/+3 | |
| colorblind users [Fixes #15928] Encourage use of icons with form validation states for colorblind users Update text per @patrickhlauke's feedback Update text per @patrickhlauke's feedback. Fix stupid grammar mistake | |||||
| 2015-02-20 | Fix capitalization/singular of comments in helper class docs | Quy Ton | 1 | -5/+5 | |
| Closes #15839 by merging a tweaked version of it. | |||||
| 2015-02-20 | fixed a few typos in the docs | Jon Chretien | 1 | -5/+5 | |
| 2015-02-17 | Merge pull request #15703 from kkirsche/patch-9 | Mark Otto | 1 | -2/+2 | |
| [Fix Issue #15683] `readonly` input should not have a not-allowed cursor | |||||
| 2015-02-12 | .text-hide docs: trivial indentation fix | Chris Rebert | 1 | -1/+1 | |
| 2015-02-09 | Fixes #15653 — Add comment which explains that how a responsive image ↵ | Kevin Kirsche | 1 | -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-03 | [Fix Issue #15683] `readonly` input should not have a not-allowed cursor | Kevin Kirsche | 1 | -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-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-21 | Move inline CSS to docs.css. | XhmikosR | 1 | -1/+1 | |
| 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 | Merge pull request #15498 from twbs/fix-15332 | Chris Rebert | 1 | -0/+81 | |
| Add examples of using feedback icons with .input-group | |||||
| 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-05 | Add example of using feedback icons with .input-group ; fixes #15332 | Chris Rebert | 1 | -0/+81 | |
| 2014-12-30 | Document that responsive tables use `overflow-y: hidden` | Chris Rebert | 1 | -0/+4 | |
| Closes #15288 [skip sauce] | |||||
| 2014-12-14 | fixes #15340: mention in docs that most selects can't change border-radius | Mark Otto | 1 | -0/+1 | |
| 2014-12-12 | Add new brand-primary color in the doc and the true color in comment | Bastien | 1 | -1/+1 | |
| 2014-12-08 | Split out/clarify ``<select>`` and ``multiple`` | Patrick H. Lauke | 1 | -9/+16 | |
| 2014-12-08 | Expand advice for optional icons with hidden labels | Patrick H. Lauke | 1 | -1/+1 | |
| to clarify/hint that a ``<label class="sr-only">`` is not the only way to do it | |||||
| 2014-12-07 | ``<abbr>`` with title also useful for AT | Patrick H. Lauke | 1 | -2/+1 | |
| ...and remove the redundant paragraph for basic abbreviation, which simply repeats what was just said above. | |||||
| 2014-12-07 | ``aria-label="close"`` instead of sr-only ``span`` | Patrick H. Lauke | 1 | -2/+2 | |
| shorter, neater, well supported | |||||
| 2014-12-06 | tweak grid docs copy | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2014-12-04 | Merge pull request #15214 from twbs/example-ids | Chris Rebert | 7 | -75/+75 | |
| Give all embedded live docs examples data-example-id attrs [skip sauce] | |||||
| 2014-11-29 | Merge pull request #15133 from patrickhlauke/docs-table-fixes | Mark Otto | 4 | -75/+72 | |
| Fixes to scope | |||||
| 2014-11-24 | Give all embedded live docs examples data-example-id attrs | Chris Rebert | 7 | -75/+75 | |
| Refs #11410 | |||||
| 2014-11-17 | Fix name spelling | Quy Ton | 1 | -1/+1 | |
| 2014-11-17 | Merge pull request #15125 from patrickhlauke/docs-clean-up | Chris Rebert | 1 | -34/+34 | |
| Docs clean up - unnecessary role attributes, callout clarifications | |||||
| 2014-11-16 | Merge pull request #15139 from patrickhlauke/docs-button-section-restructure | XhmikosR | 1 | -30/+31 | |
| Docs button section restructure | |||||
