aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components
AgeCommit message (Collapse)AuthorFilesLines
2014-07-12move responsive embedMark Otto1-23/+0
2014-07-12move paginationMark Otto1-153/+0
2014-07-12move page-headerMark Otto1-15/+0
2014-07-12move navbarMark Otto1-465/+0
2014-07-12move mediaMark Otto1-116/+0
2014-07-12move list groupMark Otto1-167/+0
2014-07-12move labelMark Otto1-40/+0
2014-07-12move jumbotronMark Otto1-27/+0
2014-07-12move input groupMark Otto1-309/+0
2014-07-12move button groupMark Otto1-255/+0
2014-07-12move button dropdownsMark Otto1-311/+0
2014-07-12Rewrite breadcrumb in markdownMark Otto1-27/+0
2014-07-11rearrange docs componentsMark Otto4-490/+0
2014-07-11Rewrite progress to markdownMark Otto1-79/+0
2014-07-09Merge branch 'master' into derpMark Otto2-39/+39
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-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 Otto1-83/+110
justified nav because it never really worked
2014-07-09remove deprecated warnings from docsMark Otto2-4/+19
2014-07-09disabled links part of the examples nowMark Otto1-24/+0
2014-07-09Merge branch 'derp' into derp_navsMark Otto2-149/+57
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-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 Otto5-88/+88
2014-07-08drop the low percentages docs from progress barsMark Otto1-28/+0
2014-07-08Refactor: drop .dropdown .caret for a generated caret using ↵Mark Otto6-48/+26
.dropdown-toggle:after
2014-07-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert2-40/+40
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 Otto1-93/+0
2014-07-08Drop: Panels completely, as they'll be replacedMark Otto1-279/+0
2014-07-08Drop GlyphiconsMark Otto1-66/+0
2014-07-07Add role="tablist" to .nav-pills in examples to improve accessibilityChris Rebert2-13/+13
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-07docs HTML5 validity fixup to 8e2348e9eda51296eb680192379ab37f10355ca3Chris Rebert1-1/+1
2014-07-07grammar fix; indicate that img[src] shouldn't actually be emptyChris Rebert1-2/+2
2014-07-06Fixes #13746: Add docs section for brand imageMark Otto1-0/+26
2014-07-02Add collapsed default class to navbar-toggleMichael Silber1-10/+10
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto1-23/+23
2014-06-18Fixes #13400, #13415: actually document the existing practice for links in ↵Mark Otto1-0/+1
panel headings
2014-06-18Fix dismissible spellingBas Bosman1-4/+4
2014-06-10fix grammar in new calloutChris Rebert1-1/+1
2014-06-10docs callout for #13219Mark Otto1-0/+5
2014-06-10fix thumbnails docsMark Otto1-4/+4
2014-06-10button-groups.html: fix grammar: "in on" => "on"Chris Rebert1-1/+1
2014-06-09Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-6/+7
2014-06-09fixes #13769Mark Otto1-4/+4
2014-06-09relativeMark Otto1-1/+1
2014-06-09typoMark Otto1-1/+1
2014-06-09simpler and updated docs copy for icon font file pathsMark Otto1-6/+7
2014-05-28add missing role="menu" attrs to .dropdown-menu elements in docs+examplesChris Rebert4-9/+9
Docs audit prompted by #13697. [skip sauce]