| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-02-19 | Dropdown docs: Tweak .dropup copy | Chris Rebert | 1 | -1/+1 | |
| 2015-02-19 | Merge pull request #15662 from kkirsche/patch-5 | Chris Rebert | 1 | -7/+30 | |
| Fix issue #15597 — Mention dropup variation in dropdown docs | |||||
| 2015-02-10 | Remove separate area for dropup's | Kevin Kirsche | 1 | -19/+12 | |
| Condense the dropup example | |||||
| 2015-01-29 | Fix #15688 | Chris Rebert | 1 | -1/+1 | |
| Stability > Precision | |||||
| 2015-01-28 | Update per @vsn4ik's requests | Kevin Kirsche | 1 | -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-27 | Complete @vsn4ik's requests | Kevin Kirsche | 1 | -2/+1 | |
| * Remove `<h3>Example</h3>;` * Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value; | |||||
| 2015-01-23 | Fix issue #15597 — Mention dropup variation in dropdown docs | Kevin Kirsche | 1 | -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-21 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+0 | |
| 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 | Move inline CSS to docs.css. | XhmikosR | 2 | -2/+2 | |
| 2015-01-08 | add pointer to Masonry in the thumbnail docs | Chris Rebert | 1 | -0/+1 | |
| 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-12 | 200 to 260 glyphicons in the doc | Bastien | 1 | -1/+1 | |
| 2014-12-10 | Fix/merge advice on low percentage progress bars | Patrick H. Lauke | 1 | -8/+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 | 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 | 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 | 1 | -2/+2 | |
| shorter, neater, well supported | |||||
| 2014-12-04 | Merge pull request #15214 from twbs/example-ids | Chris Rebert | 21 | -82/+82 | |
| Give all embedded live docs examples data-example-id attrs [skip sauce] | |||||
| 2014-12-04 | Remove "Separated link" in example where it's not | TJ | 1 | -1/+0 | |
| Removed "Separated link" in example where it's not separated. This may confuse people to think that it is separated. I don't want to sound nitpick, but I've been working with a client maintaining a custom internal Bootstrap installation with customized docs, so I've been getting a lot of feedback from client developers using the docs. | |||||
| 2014-11-30 | Add .media-object in docs | Quy Ton | 1 | -16/+16 | |
| 2014-11-29 | Merge pull request #15133 from patrickhlauke/docs-table-fixes | Mark Otto | 1 | -6/+6 | |
| Fixes to scope | |||||
| 2014-11-29 | fixes #15164: wrap disable pagination spans in another span | Mark Otto | 1 | -6/+33 | |
| 2014-11-24 | Give all embedded live docs examples data-example-id attrs | Chris Rebert | 21 | -82/+82 | |
| Refs #11410 | |||||
| 2014-11-22 | Fix #15194: Shrink media link area | Julian Thilo | 1 | -48/+80 | |
| 2014-11-14 | Fixes to scope | Patrick H. Lauke | 1 | -6/+6 | |
| as discssued in https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993 - added ``scope="row"`` to row headers - made sure row headers are actual ``<th>`` elements - removed ``scope="col"`` where it was redundant - simplified table examples with (to me) unnecessary ``rowspan``/``colspan`` (unless you really want complex tables, in which case we would need full-on ``id`` and ``headers`` attributes to make sure each table cell has an explicit association with the related header cells - overkill, in my opinion) - one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``) | |||||
| 2014-11-14 | Redundant role="navigation" on <nav>s | Patrick H. Lauke | 1 | -17/+17 | |
| plus one example that still used the old <div role="navigation"> and a fix-up of the callout as per https://github.com/twbs/bootstrap/issues/15109 | |||||
| 2014-11-14 | Redundant role="form" on <form>s | Patrick H. Lauke | 1 | -4/+4 | |
| 2014-11-13 | give all docs callouts IDs | Chris Rebert | 11 | -36/+36 | |
| [skip sauce] | |||||
| 2014-11-13 | Use a 40x40 image for the `navbar` brand image example. | XhmikosR | 1 | -1/+1 | |
| Saves 3.4KB. | |||||
| 2014-11-11 | navbar callouts cleanup | Chris Rebert | 1 | -11/+6 | |
| Move all callouts to be adjacent to each other Combine JS-related callouts into a single callout | |||||
| 2014-11-11 | Wash-up of some stray dropdown examples | Patrick H. Lauke | 1 | -4/+4 | |
| adding explicit aria-expanded="false" initial state (so they're correctly announced by AT as being collapsed), and - in the case of old-school use of <a> - role="button" | |||||
| 2014-11-11 | Assorted accessibility (and some consistency) fixes for documentation | Patrick H. Lauke | 7 | -151/+165 | |
| Closes #14951 by merging it. | |||||
| 2014-11-10 | Accessibility tweaks and explanation for glyphicons | Patrick H. Lauke | 1 | -11/+36 | |
| - add aria-hidden="true" to avoid SRs unintentionally reading out the Unicode character (see http://www.filamentgroup.com/lab/bulletproof_icon_fonts.html) - callout with advice on accessible icon usage - replaced sr-only text in examples with (in the case of button) cleaner aria-label - additional example of icon used to convey meaning (in a non-interactive control) | |||||
| 2014-10-30 | Replace deprecated uses of .pull-left & .pull-right in .media docs | Chris Rebert | 1 | -5/+5 | |
| Refs https://github.com/twbs/bootlint/pull/153 [skip sauce] | |||||
| 2014-10-28 | Safari v8.0 still suffers from Justified Nav rendering bug | Chris Rebert | 1 | -1/+1 | |
| 2014-10-28 | add missing href="#" to .btn-group-justified example | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2014-10-28 | add missing hrefs to <a>s in docs+examples | Chris Rebert | 1 | -2/+2 | |
| 2014-10-26 | Docs: progress bars' animation now needs to be manually toggled | Heinrich Fenkart | 1 | -2/+3 | |
| Refs #14409 | |||||
| 2014-10-25 | fix validation | Mark Otto | 1 | -3/+3 | |
| 2014-10-25 | Fixes #14791: document dropdown dividers | Mark Otto | 1 | -4/+24 | |
| 2014-10-25 | grunt | Mark Otto | 1 | -6/+9 | |
| 2014-10-23 | Remove .media-object from docs. | Jenn Dodd | 1 | -16/+16 | |
| Signed-off-by: Geoff Pleiss <[email protected]> | |||||
| 2014-10-23 | Fixes #14799: Add vertical alignment of image in media component | Nicole Sullivan | 1 | -19/+75 | |
| Signed-off-by: Jenn Dodd <[email protected]> | |||||
| 2014-10-22 | Replace the unicode ellipsis symbol with 3 dots. | XhmikosR | 1 | -2/+2 | |
| [ci skip] | |||||
| 2014-09-26 | Fixes #14687: Include video element in responsive embed | Mark Otto | 1 | -1/+1 | |
| 2014-09-23 | Also mention the "no justified navbars" limitation in the Nav docs | Chris Rebert | 1 | -0/+1 | |
| Refs #14598 [skip sauce] | |||||
