aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-04-08Merge pull request #16262 from twbs/browser-bugs-16180Chris Rebert1-0/+20
Add Wall of Browser Bugs entries for #16180
2015-04-08Add Wall of Browser Bugs entries for #16180Chris Rebert1-0/+20
Closes #16180.
2015-04-08automatic `grunt dist`Bootstrap's Grunt bot3-5/+2
2015-04-08Add event after template insertedJohann-S2-0/+8
2015-04-08automatic `grunt dist`Bootstrap's Grunt bot1-1/+1
2015-04-07grunt dist docsChris Rebert5-29/+30
[skip sauce]
2015-04-07Upgrade to Holder v2.5.2Chris Rebert1-4/+4
Fixes #16216, FWICT
2015-04-07Carousel docs: fix typo in holder.js colorChris Rebert1-1/+1
2015-04-07automatic `grunt dist`Bootstrap's Grunt bot1-0/+1
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot3-2/+4
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot3-3/+7
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot3-14/+125
2015-04-04page nav and titleMark Otto2-11/+7
2015-04-04Merge pull request #16208 from StevenBlack/issue.15100Mark Otto1-1/+1
(#15100) Eliminate spurrious padding in .bs-docs-header
2015-04-04automatic `grunt dist`Bootstrap's Grunt bot3-4/+6
2015-04-01Eliminate spurrious padding in .bs-docs-headerSteven Black1-1/+1
I agree with all the comments here. Rather than dicker with container nesting at this late juncture, near sunset for BS 3.0x, let's just fix and move on. It's docs only. This PR addresses issue #15100 and eliminates the unnecessary horizontal scrollbar that appears for width for width >=768px and <= 782px. Tested on three different iOS devices and FireFox/Chrome on OSX and it's fine now. The only difference is the text in .bs-docs-header is shifted left by 15-pixels, lines are 30 px longer so wrap less in some circumstances in some viewports.
2015-04-01indented javascript/modal/using-grid-system sample code from 4 spaces to 2 ↵fyquah951-36/+36
spaces
2015-03-30move more js stuff to components sectionMark Otto6-0/+0
2015-03-30Move transitions and overview to a javascript page in the getting started ↵Mark Otto2-12/+7
section
2015-03-30Consolidate alerts docs into single pageMark Otto2-96/+91
2015-03-30Consolidate dropdown docs into single pageMark Otto3-218/+107
2015-03-30Remove grid sizing styles on tablesMark Otto1-1/+1
2015-03-30rewrite table modifiers to use .table- prefixMark Otto5-73/+58
2015-03-30Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them ↵Mark Otto2-2/+3
to create classes in _utilities.scss
2015-03-29grunt dist and docsMark Otto4-53/+32
2015-03-29Merge branch 'master' into v4Mark Otto7-19/+47
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.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/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot1-1/+0
2015-03-28gruntMark Otto4-5/+10
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot3-4/+6
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot3-13/+13
2015-03-28automatic `grunt dist`Bootstrap's Grunt bot3-14/+140
2015-03-27Remove wrong role="tabpanel" from parent containerPatrick H. Lauke1-2/+2
As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2 and #13554
2015-03-27automatic `grunt dist`Bootstrap's Grunt bot3-7/+12
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot1-1/+1
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot3-7/+12
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot3-3/+6
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot2-5/+2
2015-03-25Merge pull request #16158 from twbs/fix-16020Chris Rebert1-12/+12
remove redundant aria-hidden usage from Modals
2015-03-25Merge pull request #16157 from twbs/fix-16069Chris Rebert1-0/+7
Document how to disable transitions in jQuery plugins
2015-03-25rm redundant aria-hidden usage from Modals; fixes #16020Chris Rebert1-12/+12
2015-03-25Document how to disable transitions in jQuery plugins; fixes #16069Chris Rebert1-0/+7
[skip sauce]
2015-03-25Properly document $(...).tab('show') method; fixes #16115Chris Rebert1-21/+4
[skip sauce]
2015-03-25docs: #myTab => #myTabs, to slightly increase clarityChris Rebert1-8/+8
2015-03-24add missing <code> within docs heading for `.modal('handleUpdate')`Chris Rebert1-1/+1
2015-03-24Merge pull request #15987 from twbs/fix-15972Chris Rebert1-9/+9
add role="button" to a[data-toggle="collapse"]
2015-03-24Add aria-expanded and aria-controls to docs navbar togglePatrick H. Lauke1-2/+2
Also, use id rather class name for the navigation, as it's unique and lets us use correct aria-controls (and without the use of id, aria-expanded does not get updated correctly by the current dropdown toggle script)
2015-03-24Add aria-expanded to navbar togglesPatrick H. Lauke1-10/+10
2015-03-23Move all tooltip callouts into appropriate sectionPatrick H. Lauke1-20/+22
Before, most callouts hierarchically came under Examples > Four directions, which is not appropriate. Now they're under Markup
2015-03-23Callout for tooltips and keyboard/AT accessibilityPatrick H. Lauke1-0/+4
Include callout explicitly mentioning tooltips should only be added to focusable elements. Closes #16134
2015-03-21automatic `grunt dist`Bootstrap's Grunt bot2-2/+4