aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
AgeCommit message (Collapse)AuthorFilesLines
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-15Merge pull request #15498 from twbs/fix-15332Chris Rebert1-0/+81
Add examples of using feedback icons with .input-group
2015-01-13Document that .form-inline & .form-horizontal work fine on non-<form>s tooChris Rebert1-2/+2
Fixes #15555 [skip sauce]
2015-01-05Add example of using feedback icons with .input-group ; fixes #15332Chris Rebert1-0/+81
2014-12-30Document that responsive tables use `overflow-y: hidden`Chris Rebert1-0/+4
Closes #15288 [skip sauce]
2014-12-14fixes #15340: mention in docs that most selects can't change border-radiusMark Otto1-0/+1
2014-12-12Add new brand-primary color in the doc and the true color in commentBastien1-1/+1
2014-12-08Split out/clarify ``<select>`` and ``multiple``Patrick H. Lauke1-9/+16
2014-12-08Expand advice for optional icons with hidden labelsPatrick H. Lauke1-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 ATPatrick H. Lauke1-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. Lauke1-2/+2
shorter, neater, well supported
2014-12-06tweak grid docs copyChris Rebert1-1/+1
[skip sauce]
2014-12-04Merge pull request #15214 from twbs/example-idsChris Rebert7-75/+75
Give all embedded live docs examples data-example-id attrs [skip sauce]
2014-11-29Merge pull request #15133 from patrickhlauke/docs-table-fixesMark Otto4-75/+72
Fixes to scope
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert7-75/+75
Refs #11410
2014-11-17Fix name spellingQuy Ton1-1/+1
2014-11-17Merge pull request #15125 from patrickhlauke/docs-clean-upChris Rebert1-34/+34
Docs clean up - unnecessary role attributes, callout clarifications
2014-11-16Merge pull request #15139 from patrickhlauke/docs-button-section-restructureXhmikosR1-30/+31
Docs button section restructure
2014-11-15Move button-tags section to start of button sectionPatrick H. Lauke1-30/+31
2014-11-15Move context-specific callout to general tag usagePatrick H. Lauke1-5/+5
2014-11-14split .form-inline .input-group into separate docs exampleChris Rebert1-14/+26
2014-11-14Fixes to scopePatrick H. Lauke4-75/+72
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-14Redundant role="form" on <form>sPatrick H. Lauke1-33/+33
2014-11-14Expand caveat for disabled fieldsets and linksPatrick H. Lauke1-1/+1
2014-11-13give all docs callouts IDsChris Rebert6-30/+30
[skip sauce]
2014-11-13Fix .form-inline docs exampleChris Rebert1-3/+8
Make sample code match live example Move <label> out of .input-group into .form-group instead Change field from Email to Username to make it less redundant, slightly more realistic Add <label> for Username field for consistency Fixes #15118
2014-11-11add missing dots to .sr-only class mentions, for consistency w/ rest of docsChris Rebert3-5/+5
2014-11-11Improved accessible glyphicon advice/usePatrick H. Lauke1-25/+37
...to actually make it consistent with what I said in the glyphicon docs section...
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke5-47/+86
Closes #14951 by merging it.
2014-10-07Change Twitter links to use `https`.XhmikosR2-2/+2
2014-10-02fixes #14714: don't use specific value in buttons docsMark Otto1-1/+1
2014-09-25rm redundant grid column classes from responsive utilities demosChris Rebert1-12/+12
2014-09-18Fixes #14642: Add docs mention for blank checkboxes and radiosMark Otto1-0/+29
2014-09-02document that fieldset[disabled] is somewhat broken in IE11; fixes #14509Chris Rebert1-1/+1
2014-08-02Fixes #14296: document a table caption exampleMark Otto1-0/+1
2014-07-24Update docs & add example for #14221Chris Rebert1-1/+27
[skip sauce]
2014-07-21Document that form field feedback icons only work with `input.form-control`Chris Rebert1-0/+1
Closes #14202. [skip sauce]
2014-07-08derpMark Otto1-1/+1
2014-07-07Fixes #14068: Update docs note for inline formsMark Otto1-5/+5
2014-07-07Part 2 for fixing #13996: Add a docs callout to help folks using SVG images ↵Mark Otto1-0/+4
in IE8-10
2014-07-05Docs: add missing example code code for `kbd` after #13351.XhmikosR1-1/+2
2014-07-02fix new form validationMark Otto1-4/+4
2014-07-02fix up examplesMark Otto1-22/+26
2014-07-02Moves checkbox/radios into "Validation states" example.Zac Echola1-52/+44
2014-07-02Documents radio and checkbox validation statesZac Echola1-0/+52
References #14010 fixing duped IDs fix ALL the duped IDs. make example id match actual id
2014-06-28fixes #13968Mark Otto1-0/+6
2014-06-26Fix link to compiling info. Fixes #13938.XhmikosR1-1/+1
[skip sauce]