aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
AgeCommit message (Collapse)AuthorFilesLines
2015-11-14that @cvrebert lifestyleMark Otto1-1/+1
2015-11-14fixes #17003Mark Otto1-0/+11
2015-08-04Merge pull request #16818 from zacechola/fix_16805Mark Otto1-24/+28
Move help block docs up page, add `.help-block` to validation example
2015-07-17remove all instances of .bs-docs-grid in grid docs since it's unused. ↵Mark Otto1-85/+73
nullifies #16838
2015-07-13Move help block docs up page, add `.help-block` to validation exampleZac Echola1-24/+28
2015-07-04Update Twitter's address in examples.Matt Kantor1-4/+4
They're no longer on Folsom St.
2015-06-18Clarify what's being hovered /cc @kkirscheMark Otto1-1/+1
2015-06-15Clarify that <fieldset> only uses the disabled attributeKevin Kirsche1-1/+1
Fix #16632
2015-05-17Use `https` when possible.XhmikosR1-1/+1
2015-05-08docs examples: input[placeholder]: "Enter email" => "Email"Chris Rebert1-4/+4
For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else. [skip sauce]
2015-04-14Update docs to account for #15755Chris Rebert1-1/+0
2015-03-03Accessibility and headings hierarchy for the "CSS" page.Steven Black2-21/+21
Closes #15948 by merging it.
2015-02-28[Fixes #15928] Encourage use of icons with form validation states for ↵Kevin Kirsche1-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-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 Chretien1-5/+5
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-12.text-hide docs: trivial indentation fixChris Rebert1-1/+1
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-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-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-21Move inline CSS to docs.css.XhmikosR1-1/+1
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