aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-03-09copy changeMark Otto1-1/+1
2015-03-09fix alignment of progress elements in examplesMark Otto1-1/+3
2015-03-09nuke theme toggler jsMark Otto1-27/+0
2015-03-09typoMark Otto1-1/+1
2015-03-09input groups subnavMark Otto1-0/+8
2015-03-09input groups: drop the tooltips warning, move accessibility notice to a sub ↵Mark Otto1-10/+6
section
2015-03-09simplify input group docs to remove two notices, condense some languageMark Otto1-14/+2
2015-03-09remove justified button groupsMark Otto1-66/+0
2015-03-09fix examples alignmentMark Otto3-2/+4
2015-03-09grunt actionMark Otto6-1940/+4021
2015-03-09nuke those for nowMark Otto7-67/+0
2015-03-09docs redesign a bitMark Otto8-51/+93
2015-03-05Remove dead link to release announcementMolly White1-1/+1
Found it! They just changed the link.
2015-03-05[Fix #16001] Add link to Vietnamese translationKevin Kirsche1-0/+5
[Fix #16001] Add link to Vietnamese translation
2015-03-03add role="button" to a[data-toggle="collapse"]; fixes #15972Chris Rebert1-9/+9
2015-03-03Accessibility and headings hierarchy for the "CSS" page.Steven Black2-21/+21
Closes #15948 by merging it.
2015-03-03Accessibility and headings hierarchy for the "Getting started" page.Steven Black7-58/+58
Closes #15946 by merging it.
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black11-33/+40
Closes #15915 by merging it.
2015-03-03Properly document Modal#handleUpdateHeinrich Fenkart2-4/+5
2015-03-02Disable es3 for tests and customizer.js.XhmikosR1-0/+1
2015-03-02Run `grunt`.XhmikosR5-10/+10
2015-03-01Merge pull request #15965 from kkirsche/fixURLChris Rebert1-1/+1
[Docs / README] Fix URL to match the plugin keyword recommendation
2015-03-01Remove dupe docs CSS, move anchor styles to scss directory, recompileMark Otto5-1415/+4
2015-03-01fix validation, run grunt distMark Otto2-33/+34
2015-03-01Fix URL to match the keywordKevin Kirsche1-1/+1
Fix URL to match the keyword
2015-03-01Merge branch 'master' into v4Mark Otto39-133/+354
Conflicts: .travis.yml Gruntfile.js bower.json dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.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/examples.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/license.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.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/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/assets/js/vendor/FileSaver.js docs/assets/js/vendor/autoprefixer.js docs/assets/js/vendor/uglify.min.js docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.min.js docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/narrow-jumbotron/narrow-jumbotron.css docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/non-responsive/non-responsive.css docs/examples/theme/index.html grunt/configBridge.json js/affix.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/tooltip.js less/badges.less less/glyphicons.less less/type.less less/variables.less package.json scss/_dropdown.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-03-01Replace accidently removed textKevin Kirsche2-2/+2
X-Ref #15742 cc: @mdo
2015-02-28Merge pull request #15929 from kkirsche/patch-5Patrick H. Lauke1-3/+3
[Fixes #15928] Encourage use of icons with form validation states for co...
2015-02-28[Fixes #15928] Encourage use of icons with form validation states for ↵Kevin Kirsche1-3/+3
colorblind users [Fixes #15928] Encourage use of icons with form validation states for colorblind users Update text per @patrickhlauke's feedback Update text per @patrickhlauke's feedback. Fix stupid grammar mistake
2015-02-26Run `grunt`.XhmikosR7-51/+51
2015-02-25Prevent collapsed navbar in Non-responsive ExampleTJ1-8/+4
Closes #15291 by merging it.
2015-02-24Merge pull request #15916 from kkirsche/patch-2Mark Otto1-0/+2
Add source code documentation of justified navbar for #15906
2015-02-24Merge pull request #15914 from StevenBlack/docs.js.headingsMark Otto2-9/+9
docs > js > headings
2015-02-24Document justified navbar for #15906Kevin Kirsche1-0/+2
Document in the source code that the justified nav is meant for single line list items only. This should help prevent Issues like #15906 in the future.
2015-02-25Follow-up to 769c27a19f: Add new section to navHeinrich Fenkart1-0/+1
2015-02-25Document how to properly handle modals with dynamic content heightKevin Kirsche1-0/+3
Fixes #15106. Closes #15910.
2015-02-24Accessibility changes to headings (transitions.html)Steven Black1-2/+2
2015-02-24Accessibility changes to headings (overview.html)Steven Black1-7/+7
2015-02-24Merge branch 'master' of github.com:twbs/bootstrapMark Otto13-46/+47
2015-02-24Fix #15911: Clear the floats and move the padding to the headerMark Otto2-2/+2
2015-02-24Merge pull request #15900 from kkirsche/patch-5Mark Otto1-3/+3
[Docs—Fixes #15882]Use an ID as the example for Scrollspy
2015-02-24Merge pull request #15903 from michael-k/patch-1Mark Otto1-1/+1
Updated license links
2015-02-24Merge pull request #15887 from StevenBlack/headings-labelsMark Otto1-2/+2
docs>components>labels headings
2015-02-24Merge pull request #15889 from StevenBlack/headings-progressbarsMark Otto1-6/+6
docs>components>progress bars headings
2015-02-24Merge pull request #15828 from kkirsche/patch-20Chris Rebert1-0/+1
Add plugin package keyword recommendation
2015-02-24Merge pull request #15891 from StevenBlack/headings-listgroup-panel-wellMark Otto3-14/+14
docs>components>(remaining components) headings
2015-02-24Merge pull request #15890 from StevenBlack/headings-mediaMark Otto1-3/+3
docs>components>media object headings
2015-02-24Merge pull request #15888 from StevenBlack/headings-thumbnailsMark Otto1-2/+2
docs>components>thumbnails headings
2015-02-24Merge pull request #15886 from StevenBlack/headings-buttondropdownsMark Otto1-4/+4
docs>components>button-dropdowns headings
2015-02-24Merge pull request #15885 from StevenBlack/headings-buttongroupsMark Otto1-6/+6
docs>components>button-groups headings