aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
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'.
2014-03-09Replace some images on the Carousel example with some base64 encoded 1x1 gifsMark Otto1-6/+6
2014-03-07Add autoprefixerBas Bosman4-9/+11
2014-03-06Merge pull request #12894 from lipis/patch-2Mark Otto1-0/+3
Removed margin-bottom from last p of .blog-footer
2014-03-04grunt after merging #12917Mark Otto3-5/+5
2014-03-04Fixes #12916: Don't let .lead resize on viewport changeMark Otto1-0/+5
2014-03-04Merge pull request #12897 from avindra/patch-1Mark Otto1-0/+7
Fix for stray 1px line under top navigation in Dashboard example
2014-03-03Merge branch 'master' into rtl_via_css_flipMark Otto5-5/+6
2014-03-02Fix for stray 1px line under top navigationavindra1-0/+7
If you add an "active" class to one of the <li> elements in the top navigation, and style it so that active tabs have a different color, it becomes clear that there is a 1 pixel stray line under the navigation. This style fixes that.
2014-03-02Removed margin-bottom from last p of .blog-footerLipis1-0/+3
2014-02-27Fix csslint errors.XhmikosR5-5/+6
2014-02-24Use CSS Flip to generate RTL variationMark Otto2-0/+396