aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-09-22Remove #8702 entry from Wall of browser bugsChris Rebert1-6/+0
A fix is shipping in Firefox 35: https://bugzilla.mozilla.org/show_bug.cgi?id=763671
2014-09-22Remove Safari percent rounding bug entry from Wall of browser bugsChris Rebert1-6/+0
Bug is fixed in OS X Safari v7.1 Refs #14663
2014-09-21the justified nav bug is still present in Safari v7.1Chris Rebert2-2/+2
2014-09-18gruntMark Otto4-3/+8
2014-09-18gruntMark Otto1-1/+1
2014-09-18Fixes #14642: Add docs mention for blank checkboxes and radiosMark Otto1-0/+29
2014-09-18gruntMark Otto4-4/+4
2014-09-17tweak `grunt docs` descriptionChris Rebert1-2/+2
2014-09-17Fixes #14628, #14629: Add note to docs about grunt docs commandMark Otto1-0/+3
2014-09-16Merge pull request #14577 from twbs/pagination-role-navChris Rebert2-74/+98
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-16gruntHeinrich Fenkart3-10/+2
2014-09-16gruntHeinrich Fenkart1-1/+1
2014-09-15modal docs: ensure all <button>s have an explicit `type` attributeChris Rebert1-6/+6
[skip sauce]
2014-09-13Update github links in footer.vsn4ik1-2/+2
2014-09-13gruntHeinrich Fenkart4-9/+11
2014-09-13Teh gruntHeinrich Fenkart4-5/+9
https://www.youtube.com/watch?v=L-4VxEtWyRo
2014-09-12Merge pull request #14578 from twbs/accordion-panel-labelledbyChris Rebert1-12/+12
add aria-labelledby to accordion example to improve accessibility
2014-09-13gruntHeinrich Fenkart4-4/+5
2014-09-12add aria-labelledby to accordion example to improve accessibilityChris Rebert1-12/+12
2014-09-12Merge pull request #14579 from twbs/accordion-heading-role-tabChris Rebert1-6/+6
add role="tab" to .panel-heading-s in accordion example to improve accessibility
2014-09-11G R U N THeinrich Fenkart4-7/+11
2014-09-08add role="tab" to .panel-heading-s in accordion example to improve accessibilityChris Rebert1-6/+6
2014-09-08Wrap .pagination & .pager in <nav> to improve accessibilityChris Rebert2-74/+98
2014-09-09grunt and missing new lineHeinrich Fenkart4-6/+9
2014-09-09ARIA support for collapsePatrick H. Lauke12-31/+36
Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153.
2014-09-09run `grunt`Heinrich Fenkart4-7/+7
2014-09-08gruntHeinrich Fenkart4-5/+5
2014-09-08clean whitespaceChris Rebert1-1/+1
Thanks to @collinanderson Closes #14567
2014-09-08gruntMark Otto6-8/+20
2014-09-08Add @hnrch02 to Core Team members listChris Rebert1-0/+4
2014-09-08Merge pull request #14563 from twbs/fixes_14319Mark Otto5-7/+6
Fixes #14319: Jumbotron reflow
2014-09-08customizer: minor cleanup of IE8 error messaging codeChris Rebert1-2/+1
[skip sauce]
2014-09-08Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container ↵Mark Otto5-7/+6
isn't interferred with by .jumbotron side padding
2014-09-08gruntMark Otto3-5/+5
2014-09-08Run `grunt`.XhmikosR8-11/+30
2014-09-06Merge pull request #14546 from twbs/address-14541Mark Otto1-28/+12
Address #14541 by tweaking badge docs
2014-09-06Merge pull request #14543 from twbs/validation-docsMark Otto2-0/+6
Add section to docs explaining our stance on validators
2014-09-05Address #14541 by tweaking badge docsChris Rebert1-28/+12
* move unrelated .btn-primary example out of the pills subsection * remove excessive .nav-stacked example
2014-09-05Add section to docs explaining our stance on validatorsChris Rebert2-0/+6
2014-09-04Fixed typos involving apostrophesgitname1-3/+3
Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something).
2014-09-04Merge branch 'thr3-arendt/patch-1'Chris Rebert1-6/+6
2014-09-04Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6thr3-arendt1-6/+6
Fixes #14500
2014-09-04add entry for #14528 to Wall of Browser BugsChris Rebert1-0/+6
2014-09-03Merge pull request #14527 from twbs/firefox-disabled-bugChris Rebert2-1/+7
Add Wall of Browser bugs entry for #793
2014-09-03Add Wall of Browser bugs entry for #793Chris Rebert2-1/+7
Also, link to the Mozilla bug in the relevant callout.
2014-09-02document that fieldset[disabled] is somewhat broken in IE11; fixes #14509Chris Rebert1-1/+1
2014-08-28Document that input groups weren't intended for use with <textarea>sChris Rebert1-2/+3
Refs #14362
2014-08-28gruntMark Otto1-1/+1
2014-08-28mention #14320 in browser bugsMark Otto1-0/+6
2014-08-28Merge pull request #14472 from mrduguo/masterMark Otto1-5/+5
fix nav links to end with / to avoid 301 redirect