aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-09-24fix typo in Tools section of Getting Started docsChris Rebert1-1/+1
2014-09-23Merge pull request #14677 from twbs/bootlint-docsMark Otto3-0/+13
Mention Bootlint in Getting Started docs under new Tools section
2014-09-23Merge pull request #14674 from twbs/fix-14478Mark Otto1-2/+4
Document that the autofocus attribute doesn't work in modals.
2014-09-23Mention Bootlint in Getting Started docs under new Tools sectionChris Rebert3-0/+13
[skip sauce]
2014-09-23Also mention the "no justified navbars" limitation in the Nav docsChris Rebert1-0/+1
Refs #14598 [skip sauce]
2014-09-23linkify reference to Nav component in Scrollspy docsChris Rebert1-1/+1
2014-09-23Document that the autofocus attribute doesn't work in modals.Chris Rebert1-2/+4
Closes #14478.
2014-09-23Add brief note about justified navs being unsupported to fix #14598Mark Otto1-0/+1
2014-09-22fixes #14654: callout for scrollspy-nav linkMark Otto1-0/+5
2014-09-22gruntMark Otto5-6/+4
2014-09-22Safari percentages were fixed in v7.1 & iOS 8.0; fixes #14663Chris Rebert1-1/+1
2014-09-22gruntHeinrich Fenkart4-6/+5
2014-09-22Remove #8702 entry from Wall of browser bugsChris Rebert1-6/+0
A fix is shipping in Firefox 35: https://bugzilla.mozilla.org/show_bug.cgi?id=763671
2014-09-22Remove Safari percent rounding bug entry from Wall of browser bugsChris Rebert1-6/+0
Bug is fixed in OS X Safari v7.1 Refs #14663
2014-09-21Swap -small and -large variables for -sm and -lgMark Otto7-136/+136
2014-09-21the justified nav bug is still present in Safari v7.1Chris Rebert2-2/+2
2014-09-18gruntMark Otto4-3/+8
2014-09-18gruntMark Otto1-1/+1
2014-09-18Fixes #14642: Add docs mention for blank checkboxes and radiosMark Otto1-0/+29
2014-09-18gruntMark Otto4-4/+4
2014-09-17Rename .table-condensed to .table-smMark Otto1-3/+3
2014-09-17G R U N TMark Otto5-6/+6
2014-09-17Use .clearfix mixin instead of overflow on examplesMark Otto3-3/+3
2014-09-17rewrite jumbotron less and make heading use a classMark Otto7-20/+30
2014-09-17add jumbotron and page-header to nav.ymlMark Otto1-0/+2
2014-09-17Some secondary button border actionMark Otto8-39/+40
2014-09-17tweak `grunt docs` descriptionChris Rebert1-2/+2
2014-09-17Merge branch 'master' into derpMark Otto44-404/+538
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/fonts/glyphicons-halflings-regular.svg docs/_includes/components/badges.html docs/_includes/components/input-groups.html docs/_includes/components/pagination.html docs/_includes/css/forms.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/home-nav.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/getting-started.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.svg less/_button-group.less less/_jumbotron.less less/_variables.less less/mixins/vendor-prefixes.less less/panels.less less/thumbnails.less package.json
2014-09-17Fixes #14628, #14629: Add note to docs about grunt docs commandMark Otto1-0/+3
2014-09-16Merge pull request #14577 from twbs/pagination-role-navChris Rebert2-74/+98
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-16gruntHeinrich Fenkart3-10/+2
2014-09-16gruntHeinrich Fenkart1-1/+1
2014-09-15modal docs: ensure all <button>s have an explicit `type` attributeChris Rebert1-6/+6
[skip sauce]
2014-09-13Update github links in footer.vsn4ik1-2/+2
2014-09-13gruntHeinrich Fenkart4-9/+11
2014-09-13Teh gruntHeinrich Fenkart4-5/+9
https://www.youtube.com/watch?v=L-4VxEtWyRo
2014-09-12Merge pull request #14578 from twbs/accordion-panel-labelledbyChris Rebert1-12/+12
add aria-labelledby to accordion example to improve accessibility
2014-09-13gruntHeinrich Fenkart4-4/+5
2014-09-12add aria-labelledby to accordion example to improve accessibilityChris Rebert1-12/+12
2014-09-12Merge pull request #14579 from twbs/accordion-heading-role-tabChris Rebert1-6/+6
add role="tab" to .panel-heading-s in accordion example to improve accessibility
2014-09-11G R U N THeinrich Fenkart4-7/+11
2014-09-08add role="tab" to .panel-heading-s in accordion example to improve accessibilityChris Rebert1-6/+6
2014-09-08Wrap .pagination & .pager in <nav> to improve accessibilityChris Rebert2-74/+98
2014-09-09grunt and missing new lineHeinrich Fenkart4-6/+9
2014-09-09ARIA support for collapsePatrick H. Lauke12-31/+36
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-09run `grunt`Heinrich Fenkart4-7/+7
2014-09-08gruntHeinrich Fenkart4-5/+5
2014-09-08clean whitespaceChris Rebert1-1/+1
Thanks to @collinanderson Closes #14567
2014-09-08gruntMark Otto6-8/+20
2014-09-08Add @hnrch02 to Core Team members listChris Rebert1-0/+4