aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
2015-02-25Prevent collapsed navbar in Non-responsive ExampleTJ1-8/+4
Closes #15291 by merging it.
2015-02-24Document justified navbar for #15906Kevin Kirsche1-0/+2
Document in the source code that the justified nav is meant for single line list items only. This should help prevent Issues like #15906 in the future.
2015-02-24Fix #15911: Clear the floats and move the padding to the headerMark Otto2-2/+2
2015-02-16Use just holder.js instead of docs.min.js in examples when possibleChris Rebert2-2/+4
And add explanatory comments to the Carousel & Dashboard examples regarding holder.js [skip sauce]
2015-02-16Remove docs.min.js from Blog & Cover examples since it's unnecessary.Chris Rebert2-2/+0
2015-02-16Fix carousel example images after c08bf4ba8b968ecda295391b41d5e965b642ba7c.XhmikosR2-17/+3
The revert was incomplete.
2015-02-08Merge pull request #15648 from Nikita240/masterMark Otto1-6/+6
Improve image layout in the carousel example.
2015-02-03Merge pull request #15658 from kkirsche/patch-3XhmikosR19-0/+19
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags
2015-02-02Fix issue #15601 — Position of X-UA-CompatibleKevin Kirsche19-0/+19
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport Add comment to all examples The non-responsive is correctly saying 2 instead of 3
2015-01-27Update non-responsive.cssChristian1-1/+1
Fix typo on Utilize
2015-01-23Fix image order in carousel exampleNikita Rushmanov1-4/+4
When the screen is shrunk below the md threshold, all the featurette columns stack. However, since the second featurette is "backwards", when stacked the second featurette looked awkward as the image came before the heading.
2015-01-23Center images in carousel exampleNikita Rushmanov1-3/+3
In order to see the changes, you must shrink the browser to below the md threshold.
2015-01-21keep the base64Mark Otto2-3/+3
2015-01-21Carousel example: move the Base64 images outside of the HTML.XhmikosR3-6/+20
Use a simple blank.gif and change the background color instead of duplicating stuff.
2015-01-07Update jQuery to v1.11.2.XhmikosR14-14/+14
2014-11-30Example: minor image compression improvements.XhmikosR11-0/+0
[ci skip]
2014-11-30Bump Glyphicons to v1.9Mark Otto1-6/+9
2014-11-30Fixes #15096: Fix navbar forms in the non-responsive exampleMark Otto2-1/+83
2014-11-29Alternate fix for #15250 with a more descriptive theme jumbotronMark Otto1-3/+2
2014-11-14Redundant role="navigation" on <nav>sPatrick H. Lauke12-14/+14
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-14Redundant role="form" on <form>sPatrick H. Lauke2-2/+2
2014-11-12Fixed a typo in Sign-in page examplegitaeks1-1/+1
Fixed a typo in Sign-in page example http://getbootstrap.com/examples/signin/
2014-11-12Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaksHeinrich Fenkart7-10/+10
Wash-up of some stray dropdown examples
2014-11-11Wash-up of some stray dropdown examplesPatrick H. Lauke7-10/+10
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-11aria-hidden added to some stray glyphiconsPatrick H. Lauke2-4/+4
plus minor tweak to customizer's generated alerts
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke8-27/+35
Closes #14951 by merging it.
2014-10-30Examples: Make use of the `footer` tag instead of a `div`.XhmikosR5-10/+10
2014-10-28Safari v8.0 still suffers from Justified Nav rendering bugChris Rebert1-1/+1
2014-10-28add missing hrefs to <a>s in docs+examplesChris Rebert1-1/+1
2014-10-26Removed unnecessary new lines that were inconsistent with current style.Baraa5-19/+0
2014-10-24Merge pull request #14857 from twbs/fix-14856Mark Otto1-8/+8
Fix #14856
2014-10-23Fix a small typo in comment.XhmikosR19-19/+19
[ci skip]
2014-10-22Fix #14856Chris Rebert1-8/+8
[skip sauce]
2014-09-26Add type to buttons in tooltip-viewport exampleHeinrich Fenkart1-8/+8
2014-09-21the justified nav bug is still present in Safari v7.1Chris Rebert1-1/+1
2014-09-16Merge pull request #14577 from twbs/pagination-role-navChris Rebert1-4/+6
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-08Wrap .pagination & .pager in <nav> to improve accessibilityChris Rebert1-4/+6
2014-09-09ARIA support for collapsePatrick H. Lauke11-22/+22
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-04Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6thr3-arendt1-6/+6
Fixes #14500
2014-08-15consistently use <nav> instead of <div> for .navbar in docsChris Rebert11-26/+26
2014-07-27Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to ↵Chris Rebert19-72/+42
footer of pages
2014-07-22Run `grunt`.XhmikosR1-1/+0
2014-07-10Fix text on ".progress-bar .sr-only" elements.vsn4ik1-1/+1
2014-07-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert2-12/+12
Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-07Merge pull request #14072 from twbs/carousel-gloss-buttonsChris Rebert2-2/+10
Add screenreader text to prev/next carousel buttons in examples to improve accessibility
2014-07-07Add screenreader text to prev/next carousel buttons in examples to improve ↵Chris Rebert2-2/+10
accessibility Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-07add role="listbox" to .carousel-inner to improve accessibility of CarouselsChris Rebert2-2/+2
Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-07Add role="tablist" to .nav-pills in examples to improve accessibilityChris Rebert2-3/+3
Follow-up to e9374c0609c9e63fd6033f684b18ff105e1756ae Per https://github.com/paypal/bootstrap-accessibility-plugin/commit/f203dea4b6d17264d7b776f02feaeeaa386cc9b2 Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk [skip sauce]
2014-07-02Add collapsed default class to navbar-toggleMichael Silber11-13/+13
2014-06-30fix #13964Chris Rebert1-3/+5