aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2014-05-04Fix .visible-print deprecation version #.Quy Ton1-3/+3
2014-05-04emphasize that bootstrap-rtl.css & bootstrap.css should not be used togetherChris Rebert1-1/+6
2014-05-04add RTL CSS files to "What's included" section of docsChris Rebert1-0/+2
2014-05-04include RTL CSS CDN URL in Download docsChris Rebert1-0/+3
2014-05-04Merge pull request #13493 from twbs/close-btn-accessChris Rebert4-13/+13
Improve accessibility of close buttons in modals & alerts
2014-05-04Merge pull request #13495 from twbs/android-firefoxMark Otto1-1/+1
Officially support Android Firefox
2014-05-03mark Android Firefox as officially supportedChris Rebert1-1/+1
2014-05-03document #13390Chris Rebert1-2/+2
2014-05-03Improve accessibility of close buttons in modals & alertsChris Rebert4-13/+13
Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders. Credit: https://github.com/paypal/bootstrap-accessibility-plugin Per: https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog
2014-05-01Merge pull request #13461 from patrickhlauke/docs-dropdown-sr-onlyMark Otto1-4/+4
Remove sr-only from components/dropdowns example
2014-05-01Remove sr-only from components/dropdown entirelyPatrick H. Lauke1-5/+5
possibly less confusing option, as per discussion, is to always show the dropdown trigger button (both live and in that code example)
2014-05-01Not Less' fault per seChris Rebert1-1/+1
2014-04-30Merge pull request #13434 from twbs/fix-13247Chris Rebert2-0/+19
document grid column wrapping behavior; fixes #13247
2014-04-30document grid column wrapping behavior; fixes #13247Chris Rebert2-0/+19
2014-04-30Merge branch 'pr/13320'Mark Otto1-2/+19
Conflicts: dist/css/bootstrap-rtl.min.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap-rtl.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-04-30explainMark Otto1-0/+1
2014-04-30Merge pull request #13437 from saas786/masterMark Otto1-3/+3
fixes #13367
2014-04-29Remove sr-only from components/dropdowns examplePatrick H. Lauke1-3/+3
Assuming sr-only is used in the actual live code so that the menu can be shown open already ... but having sr-only in the highlighted example code itself is confusing/misleading. Also, change the text for the button from "Dropdown" to "Dropdown trigger" for clarity (and it then matches http://getbootstrap.com/javascript/#dropdowns)
2014-04-27Merge pull request #13422 from twbs/ie-emulation-modes-warningChris Rebert1-1/+2
Warn about IE emulation modes in docs+examples
2014-04-27add ie-emulation-modes-warning.js to docs & examplesChris Rebert1-1/+2
2014-04-27Merge pull request #13435 from twbs/doc-less-import-glyphiconsChris Rebert1-0/+4
Document that @import-ing Bootstrap can break the icon font path
2014-04-26fixes https://github.com/twbs/bootstrap/issues/13367syed1-3/+3
Second color stop value should be percentage instead of decimal value.
2014-04-25Merge pull request #13396 from twbs/carousel-eventsChris Rebert1-0/+5
Carousel event properties
2014-04-25Document that @import-ing Bootstrap can break the icon font pathChris Rebert1-0/+4
Addresses part of #13429.
2014-04-25fix #13427Chris Rebert1-3/+3
2014-04-24Merge pull request #13423 from twbs/fix-13362Chris Rebert2-0/+8
document that show-ing a tooltip/popover on a hidden element doesn't work
2014-04-24Document .direction & .relatedTarget properties of Carousel events.Chris Rebert1-0/+5
Fixes #13395
2014-04-24Merge pull request #13390 from twbs/ie10-viewport-bugMark Otto1-0/+2
add IE10 viewport bug workaround to examples
2014-04-24document that show-ing a tooltip/popover on a hidden element doesn't work; ↵Chris Rebert2-0/+8
fixes #13362
2014-04-21document that non-:visible scrollspy targets are ignored; fixes #13394Chris Rebert1-0/+4
2014-04-21Use the new respond.js URL.XhmikosR2-2/+2
2014-04-21Update html5shiv to v3.7.1.XhmikosR2-2/+2
2014-04-20add IE10 viewport bug workaround to examplesChris Rebert1-0/+2
Closes #13379.
2014-04-19quote attribute value in selector in JS docs exampleChris Rebert1-1/+1
2014-04-17fix #13360 by making deprecation notices visible in customizerChris Rebert1-0/+10
2014-04-16Fixed typo and added leading spacejackson1-2/+2
2014-04-16Added specificity note to docs per issue #13332jackson1-1/+4
2014-04-15fix #13340 by documenting @icon-font-path & @icon-font-name moreChris Rebert1-0/+5
2014-04-15Add nested kbd element styles for actual keys or inputsCecchi MacNaughton1-1/+2
2014-04-11Add documentation for using optional icons with sr-only labelsSean Dwyer1-2/+18
2014-04-08Merge branch 'master' into equal-height-experimentMark Otto15-36/+65
2014-04-07Fixes #13208: Drop <b> for <span> in code snippets and examplesMark Otto4-12/+12
2014-04-05Fixed typo in Responsive Tables CSS docsBilly Matthews1-1/+1
2014-04-04fix grammar in "Underlined text" exampleChris Rebert1-2/+2
2014-04-04Re-implement Universal AnalyticsJulian Thilo3-13/+13
X-Refs: https://github.com/twbs/bootstrap/commit/b2a67ffe55f5fedb0ae1d5dff331687c3e744be0 https://github.com/twbs/bootstrap/commit/c97e6d5cad74d20257d28734f85311ef5d00b560
2014-04-04Replace $.fn.bind with $.fn.on in alert docsHeinrich Fenkart1-1/+1
2014-04-03Merge pull request #13260 from twbs/doc-12651Chris Rebert1-8/+16
document that label.active on preselected inputs in btn-groups is manual
2014-04-03doc how to change the collapsed mobile navbar breakpoint; fixes #13126Chris Rebert1-0/+4
2014-04-02document that you have to add .active yourself on prechecked btn-ized ↵Chris Rebert1-8/+16
checkboxes+radios; fixes #12651
2014-04-01help avoid misuse of Carousel's .active when copy-pasting from examples; fix ↵Chris Rebert1-1/+7
#13252