aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2014-10-27Tweak parser to ignore empty Less section docstrings; fixes #14878Chris Rebert1-21/+4
2014-10-27Remove `baseurl` as it doesn't serve any real purpose.XhmikosR1-1/+1
2014-10-27fix home navMark Otto1-2/+6
2014-10-26fix progress bar animated biznasMark Otto1-0/+10
2014-10-26Merge branch 'master' into derpMark Otto3-1/+158
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/dropdowns.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/less.html docs/_includes/css/overview.html docs/_includes/css/responsive-utilities.html docs/_includes/customizer-variables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/template.html docs/_includes/header.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/nav/components.html docs/_includes/nav/getting-started.html docs/_layouts/default.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/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/components.html docs/components/navbar.md docs/css.html docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map 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/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html docs/getting-started.html docs/javascript.html docs/migration.html less/_animation.less less/_modal.less less/_navbar.less less/_variables.less less/glyphicons.less less/navs.less less/panels.less less/progress-bars.less
2014-10-26Docs: progress bars' animation now needs to be manually toggledHeinrich Fenkart1-2/+3
Refs #14409
2014-10-26Replaces markdown.js with ↵jonschlinkert1-1/+1
[remarkable](https://github.com/jonschlinkert/remarkable). - remarkable has 100% support for [commonmark](http://jgm.github.io/CommonMark/spec.html) - [faster](https://github.com/jonschlinkert/remarkable/tree/master/benchmark) - easier to monkeypatch. this is a goal of ours, might be useful to you at some point given the custom tokenizing/parsing you're doing for documentation.
2014-10-25Merge pull request #14748 from twbs/apple-touch-iconMark Otto1-1/+1
Docs: Use a 180x180 apple-touch-icon-precomposed.png.
2014-10-25fix validationMark Otto1-3/+3
2014-10-25Fixes #14791: document dropdown dividersMark Otto2-4/+25
2014-10-26Tabs plugin accessibilityCameron Little1-10/+10
Added support for `aria-expanded` toggling via JavaScript. Added `aria-controls`, `aria-expanded`, `aria-labelledby` to tabs docs. Added `aria-expanded` unit test for the tabs plugin. See also #13554. Closes #14154 by merging it.
2014-10-25Merge branch 'pr/14801'Mark Otto1-28/+87
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-10-25gruntMark Otto1-6/+9
2014-10-25Run `grunt`.XhmikosR1-0/+5
2014-10-23Remove .media-object from docs.Jenn Dodd1-16/+16
Signed-off-by: Geoff Pleiss <[email protected]>
2014-10-23Fixes #14799: Add vertical alignment of image in media componentNicole Sullivan1-19/+75
Signed-off-by: Jenn Dodd <[email protected]>
2014-10-23Docs: Use a 180x180 apple-touch-icon.png.XhmikosR1-1/+1
Refs: https://github.com/h5bp/html5-boilerplate/commit/1c4fcf32142e888946db579df0efbb52542e0ed1 https://github.com/h5bp/html5-boilerplate/commit/345925f04384b59929d8d39ba428cef548921408 [ci skip]
2014-10-23Fix a small typo in comment.XhmikosR2-2/+2
[ci skip]
2014-10-22Merge pull request #14859 from twbs/fix-14853Chris Rebert1-4/+12
Clarify order of tabs events
2014-10-22Clarify order of tabs events; fixes #14853Chris Rebert1-4/+12
[skip sauce]
2014-10-22Document .alert-dismissible .close restrictions; fixes #14802Chris Rebert1-0/+1
[skip sauce]
2014-10-22Implement `hide` and `hidden` events for tabsPhil Hughes1-0/+8
Closes #14772.
2014-10-22Add `aria-pressed` to single toggle buttonsPatrick H. Lauke1-2/+6
also includes tiny fix/clarification to two existing unit tests for the .active class, adding data-toggle=“button” explicitly to the tested buttons Closes #14819.
2014-10-22Merge pull request #14841 from twbs/role-buttonChris Rebert1-2/+2
add role="button" to a couple more dummy-anchor btns
2014-10-22Replace the unicode ellipsis symbol with 3 dots.XhmikosR1-2/+2
[ci skip]
2014-10-22gruntHeinrich Fenkart1-3/+3
2014-10-20add role="button" to a couple more dummy-anchor btnsChris Rebert1-2/+2
2014-10-14clarify that "build & test everything" Grunt task requires JekyllChris Rebert1-1/+1
Refs #13131.
2014-10-07Change Twitter links to use `https`.XhmikosR4-27/+27
2014-10-02Merge pull request #14590 from twbs/carousel-keyboard-optionJacob1-0/+6
Add `keyboard` option to carousel
2014-10-02Fixes #14251: Don't use hidden screen reader content in docs table so that ↵Mark Otto1-15/+15
Safari doesn't screw up overflow: hidden; content
2014-10-02more gruntMark Otto1-1/+1
2014-10-02Fixes #14711: Account for list groups in collapsing panelsMark Otto1-0/+22
2014-10-03Add `keyboard` option to carouselHeinrich Fenkart1-0/+6
Also adds unit tests for keyboard events. Fixes #14468.
2014-10-02fixes #14714: don't use specific value in buttons docsMark Otto1-1/+1
2014-10-02Fix #12563: Reiterate that empty tooltips+popovers do not get displayedDavid Nguyen2-2/+2
2014-09-30Added default collapsed class to the collapsed accordion html code example ↵Nicole Bartelt1-2/+2
in the docs
2014-09-30Added default collapsed class to the collapsed accordion examples in the docsNicole Bartelt1-2/+2
2014-09-26Fixes #14687: Include video element in responsive embedMark Otto2-2/+2
2014-09-25rm redundant grid column classes from responsive utilities demosChris Rebert1-12/+12
2014-09-24fix typo in Tools section of Getting Started docsChris Rebert1-1/+1
2014-09-23Merge pull request #14677 from twbs/bootlint-docsMark Otto2-0/+12
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 Rebert2-0/+12
[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-22Safari percentages were fixed in v7.1 & iOS 8.0; fixes #14663Chris Rebert1-1/+1