aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2014-07-09Merge branch 'master' into derpMark Otto6-79/+79
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/navs.html docs/_includes/css/images.html docs/_includes/js/dropdowns.html docs/_includes/js/tabs.html docs/assets/css/docs.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-07-09Rewrite grid docs in markdownMark Otto2-480/+455
2014-07-09rewrite overview in markdownMark Otto2-52/+86
2014-07-09rewrite images in markdownMark Otto1-21/+31
2014-07-09rewrite helpers in markdownMark Otto2-226/+217
2014-07-09move buttons, helpers, images to markdownMark Otto3-0/+0
2014-07-09nuke wells includeMark Otto1-33/+0
2014-07-09plugins: add new example doodad hackery bullshitery and markdown block ↵Mark Otto1-18/+3
plugin for markdown includes
2014-07-09Fix navs dropdown sectionsMark Otto1-17/+27
2014-07-09Refactor navs: new classes, remove separate pills & tabs files, drop ↵Mark Otto2-85/+111
justified nav because it never really worked
2014-07-09Drop the deprecated .visible-* classes (because we replaced them with ↵Mark Otto1-6/+6
.visible-*-block, -inline-block, -inline
2014-07-09remove deprecated warnings from docsMark Otto5-19/+19
2014-07-09disabled links part of the examples nowMark Otto1-24/+0
2014-07-09Merge branch 'derp' into derp_navsMark Otto4-168/+64
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-07-09Nuke IE8 stuff from docsMark Otto1-12/+6
2014-07-09Docs: Refactor to use .less file instead, importing Bootstrap vars and ↵Mark Otto2-7/+1
mixins, and cleaning all the things up
2014-07-09Refactor: drop all custom .progress-bar styles and replace with <progress> ↵Mark Otto1-146/+43
element
2014-07-09Badges, navs, and moreMark Otto1-3/+14
2014-07-08move tabs and pills to separate files with unique classesMark Otto1-16/+53
2014-07-08.btn-default to .btn-secondaryMark Otto12-148/+148
2014-07-08Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto1-8/+4
2014-07-08nuke the sass docsMark Otto2-59/+0
2014-07-08drop the low percentages docs from progress barsMark Otto1-28/+0
2014-07-08Update browser support section to remove glyphicons in tables; also remove ↵Mark Otto2-27/+23
ie8 and font-face section
2014-07-08fix broken examplesMark Otto1-37/+37
2014-07-08Fix navbar margins and update grid sidebar styles to matchMark Otto1-1/+4
2014-07-08Refactor: drop .dropdown .caret for a generated caret using ↵Mark Otto10-68/+35
.dropdown-toggle:after
2014-07-08remove glyphicons navMark Otto1-8/+0
2014-07-08Merge pull request #14089 from twbs/accordion-panel-group-aria-multiselectableChris Rebert1-2/+2
Add role="tablist" & aria-multiselectable="true" to accordion .panel-group
2014-07-08Add role="tablist" & aria-multiselectable="true" to accordion .panel-group ↵Chris Rebert1-2/+2
to improve accessibility Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08add role="tabpanel" to .panel-collapse to improve accessibilityChris Rebert1-6/+6
Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08Merge pull request #14085 from twbs/tab-lis-role-presoChris Rebert4-55/+55
add role="presentation" to tab <li>s to improve accessibility
2014-07-08Add role="tabpanel" to .tab-pane <div>s to improve accessibilityChris Rebert1-16/+16
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-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert4-55/+55
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-08Drop: Thumbnails completely, as they'll be replacedMark Otto2-100/+0
2014-07-08Drop: Panels completely, as they'll be replacedMark Otto2-289/+0
2014-07-08derpMark Otto1-1/+1
2014-07-08nuke the v2.x to v3.x migration docsMark Otto2-11/+0
2014-07-08linkMark Otto1-0/+1
2014-07-08Update grid mixins section of the docsMark Otto1-126/+44
2014-07-08remove mention of fontsMark Otto2-17/+10
2014-07-08Drop GlyphiconsMark Otto1-66/+0
2014-07-08drop wellsMark Otto1-1/+0
2014-07-08buttons docs tweakMark Otto1-9/+9
2014-07-07remove the less docsMark Otto2-508/+0
2014-07-07Merge branch 'master' into derpMark Otto51-422/+825
Conflicts: docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/docs.min.js docs/assets/js/src/application.js
2014-07-07Fixes #14068: Update docs note for inline formsMark Otto1-5/+5
2014-07-07Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-3/+9
2014-07-07more accurate homepage titleMark Otto1-1/+1
2014-07-07Merge pull request #14072 from twbs/carousel-gloss-buttonsChris Rebert1-0/+6
Add screenreader text to prev/next carousel buttons in examples to improve accessibility