| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-01-18 | fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 ↵ | Mark Otto | 1 | -1/+1 | |
| to fix button sizing in Win 8.1 Chrome | |||||
| 2015-01-18 | rm dummy href from dismiss-on-next-click popover example; fixes #15277 | Chris Rebert | 1 | -2/+2 | |
| 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 pull request #15498 from twbs/fix-15332 | Chris Rebert | 1 | -0/+81 | |
| Add examples of using feedback icons with .input-group | |||||
| 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-08 | add pointer to Masonry in the thumbnail docs | Chris Rebert | 1 | -0/+1 | |
| 2015-01-07 | Update jQuery to v1.11.2. | XhmikosR | 2 | -2/+2 | |
| 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 | |||||
| 2014-12-30 | Remove extra word from disabling-responsiveness.html | Nate Eagleson | 1 | -1/+1 | |
| 2014-12-30 | Document that Autoprefixer is required | Chris Rebert | 1 | -0/+3 | |
| Closes #14937 [skip sauce] | |||||
| 2014-12-30 | Document that responsive tables use `overflow-y: hidden` | Chris Rebert | 1 | -0/+4 | |
| Closes #15288 [skip sauce] | |||||
| 2014-12-30 | Document the VERSION property of the jQuery plugins; fixes #15202 | Chris Rebert | 2 | -0/+7 | |
| [skip sauce] | |||||
| 2014-12-22 | Remove holder.js references from syntax-highlighted example HTML | Chris Rebert | 1 | -2/+2 | |
| Our use of Holder.js in the docs is a mere implementation detail. Don't want to confuse people into thinking Holder.js is somehow required by the Thumbnail component. [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-14 | Merge pull request #15348 from bastienmoulia/master | Mark Otto | 3 | -3/+4 | |
| Correction in the documentation, add the brand-primary true color in comment and woff2 glyphicons | |||||
| 2014-12-14 | Expand/clarify advice about skip links | Patrick H. Lauke | 1 | -2/+3 | |
| 2014-12-12 | Revert "fix typo in carousel doc" | Julian Thilo | 1 | -1/+1 | |
| 2014-12-12 | Add glyphicons fonts in woff2 | Bastien | 1 | -1/+2 | |
| 2014-12-12 | fix typo | Emmanuel Gautier | 1 | -1/+1 | |
| 2014-12-12 | Add new brand-primary color in the doc and the true color in comment | Bastien | 1 | -1/+1 | |
| 2014-12-12 | 200 to 260 glyphicons in the doc | Bastien | 1 | -1/+1 | |
| 2014-12-11 | Run `grunt`. | XhmikosR | 1 | -282/+282 | |
| 2014-12-10 | Fix/merge advice on low percentage progress bars | Patrick H. Lauke | 2 | -9/+6 | |
| - actually add the ``min-width`` extra style (and use ``em`` rather than ``px``) to the 0% and 2% example - remove the unnecessarily redundant sentence in the "With labels" section - remove the unnecessary heading/section specifically for low percentage case, make it flow naturally as part of the "With labels" section | |||||
| 2014-12-08 | Make main segmented button keyboard-focusable | Patrick H. Lauke | 1 | -2/+2 | |
| unless there's a reason why ``tabindex="-1"`` was dropped in there... | |||||
| 2014-12-08 | Use aria-label for pagination prev/next | Patrick H. Lauke | 1 | -18/+13 | |
| Cleaner alternative to using ``<span class="sr-only">`` | |||||
| 2014-12-08 | Callout for labelling of input groups | Patrick H. Lauke | 1 | -43/+47 | |
| plus a few suggested approaches (in some cases, elided, as the actual content of the label - being a generic example - is not important) | |||||
| 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-08 | Add missing to | Bas Bosman | 1 | -1/+1 | |
| 2014-12-07 | fixes #15311: mention in docs requirement for .btn-group-* sizing on ↵ | Mark Otto | 1 | -1/+1 | |
| immediate .btn-group | |||||
| 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 | Expand advice about adding labels | Patrick H. Lauke | 1 | -1/+1 | |
| Harmonizing this with same advice given for CSS inline forms | |||||
| 2014-12-07 | ``aria-label="close"`` instead of sr-only ``span`` | Patrick H. Lauke | 4 | -16/+15 | |
| shorter, neater, well supported | |||||
| 2014-12-06 | tweak grid docs copy | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2014-12-05 | Repeat warning comment about keeping "What's included" sections in sync | Chris Rebert | 1 | -1/+2 | |
| Refs #15238 [skip sauce] | |||||
| 2014-12-04 | Merge pull request #15214 from twbs/example-ids | Chris Rebert | 37 | -168/+168 | |
| Give all embedded live docs examples data-example-id attrs [skip sauce] | |||||
| 2014-12-01 | nuke the other incomplete example per @ianw | Mark Otto | 1 | -9/+0 | |
| 2014-11-30 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -16/+16 | |
| 2014-11-30 | clarify collapse example with link and button triggers; also mention classes | Mark Otto | 1 | -8/+21 | |
