aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
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
2014-06-23Update cover.cssJim Frode Hoff1-2/+2
Moved the inset box-shadow to .site-wrapper in order to keep the shadow at the edges even if content exceeds viewport and needs scrolling.
2014-06-19formattingMark Otto1-5/+0
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto1-0/+8
2014-06-19Nuke equal height columns example; got a few bugs that make it not ready for ↵Mark Otto2-165/+0
prime time in v3.2
2014-06-09Move apple-touch-icon-precomposed.png and favicon.ico in docs root.XhmikosR18-18/+18
This way, it works in all browsers.
2014-06-08fix nested containers (addresses some of #13682)Mark Otto2-13/+8
2014-06-08gruntMark Otto1-1/+1
2014-06-08fixes #13210: clean up tooltip exampleMark Otto2-19/+15
2014-05-28add missing role="menu" attrs to .dropdown-menu elements in docs+examplesChris Rebert7-9/+9
Docs audit prompted by #13697. [skip sauce]
2014-05-22Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91.XhmikosR20-20/+20
The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job.
2014-05-13Update jQuery to v1.11.1.XhmikosR14-14/+14
2014-05-12nuke the rtl exampleMark Otto2-662/+0
2014-05-10Update html5shiv to 3.7.2.XhmikosR21-21/+21
2014-05-09Merge pull request #13558 from twbs/nav-tabs-role-tablistChris Rebert2-2/+2
add some ARIA roles to tabs for improved accessibility
2014-05-09add role="button" to [data-slide="prev"],[data-slide="next"] to improve ↵Chris Rebert3-6/+6
accessibility Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09add role="tablist" to .nav-tabs in examples to improve accessibilityChris Rebert2-2/+2
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-04-27add ie-emulation-modes-warning.js to docs & examplesChris Rebert21-21/+42
2014-04-24Merge pull request #13390 from twbs/ie10-viewport-bugMark Otto21-0/+63
add IE10 viewport bug workaround to examples
2014-04-23Add missing word.Quy Ton1-1/+1
2014-04-21Use the new respond.js URL.XhmikosR21-21/+21
2014-04-21Update html5shiv to v3.7.1.XhmikosR21-21/+21
2014-04-20add IE10 viewport bug workaround to examplesChris Rebert21-0/+63
Closes #13379.
2014-04-19quote attribute value in selector in offcanvas.jsChris Rebert1-1/+1
2014-04-17fixes #13365: remove dupe css in grid exampleMark Otto1-5/+0
2014-04-09grunt distChris Rebert1-0/+1
2014-04-08grunt distMark Otto1-1/+1
2014-04-08the space between spacesMark Otto1-1/+1
2014-04-08add screenshotMark Otto1-0/+0
2014-04-08Merge branch 'master' into equal-height-experimentMark Otto11-14/+116
2014-04-07Fixes #13208: Drop <b> for <span> in code snippets and examplesMark Otto8-14/+14
2014-03-28Fix HTML errorsJulian Thilo2-11/+11
2014-03-28Fix tooltip viewport exampleJulian Thilo3-0/+102
- Move example to correct location docs/examples/ - Move custom JS and CSS into stand-alone files - Update headers and footers - Copy-editing
2014-03-27Add equal-height grid columns as an experimental example.Chris Rebert2-0/+161
Based on @pete-otaqui's work from #11851
2014-03-24fixes #13026: Document more Bootstrap components in the Theme and RTL examplesMark Otto2-0/+524
2014-03-24Fixes #13158: add link to nonresponsive docs in the exampleMark Otto1-1/+1
2014-03-24Switch to `icon` instead of `shortcut icon` to fix the HTML validation tests.XhmikosR19-19/+19
2014-03-18[trivial] Updated datesLewis Cowper1-2/+2
2014-03-11add role="alert" to Alert examples, to improve accessibilityChris Rebert2-8/+8
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/d8fcbcd3fe86f0cb47fda0ffe269b2c7a2131f07/README.md#alert
2014-03-11Fixed typo at docs/examples/rtl/index.phpORiON-1-1/+1
The filename generated at dist/css/ called 'bootstrap-rtl.min.css'.