aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
AgeCommit message (Collapse)AuthorFilesLines
2016-11-27Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)Starsam801-1/+1
* Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-2/+2
2016-11-03replace img-circle by rounded-circle css classEddie Lau 3dd131-3/+3
2016-10-20Normalize examples and update where relevant.Bardi Harborow2-1/+2
2016-10-12v4: Fix outdated utilites classesvsn4ik1-3/+3
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto1-1/+1
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert1-1/+1
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
2016-05-26Update jQuery to v2.2.4.XhmikosR1-1/+1
2016-04-06Finish killing .center-block; fixes #19443Teo Dell'Amico1-3/+3
Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce]
2016-03-19Update jQuery to v2.2.2.XhmikosR1-1/+1
2016-03-07Examples: Update tether to v1.2.0.XhmikosR1-1/+1
[ci skip]
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-9/+9
responsive flex grid working
2016-02-06Update base class for grid cols in all examplesMark Otto1-9/+9
2016-01-10docs: Add SRI hash for Tether; refs #18665Chris Rebert1-1/+1
2016-01-10docs: Add SRI hash for jQuery; refs #18665Chris Rebert1-1/+1
2015-12-24Add Tether to example pages that were missing itChris Rebert1-0/+1
[skip sauce]
2015-11-29Merge pull request #18340 from twbs/responsive-pullsChris Rebert1-1/+1
Add responsive float classes
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-1/+1
2015-11-22Remove non-responsive text alignment classesChris Rebert1-2/+2
These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce]
2015-10-24Switch to jQuery 2.1.4.XhmikosR1-1/+1
Now that we don't support IE 8 it's safe to do that.
2015-10-06Add shrink-to-fit viewport directivePatrick H. Lauke1-1/+1
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
2015-09-06Fixes to examplesMaurice Wahba1-2/+2
2015-09-06Clean up inclusion of IE-specific JS files.XhmikosR1-3/+0
Move them to footer, and remove duplicate ones. [ci skip]
2015-09-01Rename .img-responsive class to .img-fluidKevin Kirsche1-3/+3
Fix #17166
2015-08-04Merge branch 'master' into v4mMark Otto1-0/+1
2015-07-26Add a local jQuery fallback.XhmikosR1-0/+1
Shouldn't really happen, but China for example has blocked Google so this should help.
2015-06-18Merge branch 'master' into v4Mark Otto1-2/+2
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke1-2/+2
as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately)
2015-05-29ensure divider list items have role="separator"Patrick H. Lauke1-1/+1
http://www.w3.org/TR/wai-aria/roles#separator
2015-05-27Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-15/+0
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
2015-05-10Update jQuery to v1.11.3.XhmikosR1-1/+1
2015-04-23Update Holder.js to v2.6.0.XhmikosR1-1/+1
[ci skip]
2015-03-01Merge branch 'master' into v4Mark Otto1-10/+29
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-02-16Use just holder.js instead of docs.min.js in examples when possibleChris Rebert1-1/+2
And add explanatory comments to the Carousel & Dashboard examples regarding holder.js [skip sauce]
2015-02-16Fix carousel example images after c08bf4ba8b968ecda295391b41d5e965b642ba7c.XhmikosR2-17/+3
The revert was incomplete.
2015-02-08Merge pull request #15648 from Nikita240/masterMark Otto1-6/+6
Improve image layout in the carousel example.
2015-02-02Fix issue #15601 — Position of X-UA-CompatibleKevin Kirsche1-0/+1
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport Add comment to all examples The non-responsive is correctly saying 2 instead of 3
2015-01-23Fix image order in carousel exampleNikita Rushmanov1-4/+4
When the screen is shrunk below the md threshold, all the featurette columns stack. However, since the second featurette is "backwards", when stacked the second featurette looked awkward as the image came before the heading.
2015-01-23Center images in carousel exampleNikita Rushmanov1-3/+3
In order to see the changes, you must shrink the browser to below the md threshold.
2015-01-21keep the base64Mark Otto2-3/+3
2015-01-21Carousel example: move the Base64 images outside of the HTML.XhmikosR3-6/+20
Use a simple blank.gif and change the background color instead of duplicating stuff.
2015-01-20Merge pull request #61 from twbs/clear-out-fontsMark Otto1-1/+1
remove unused font files
2015-01-19Merge branch 'master' into v4Mark Otto1-1/+1
Conflicts: _config.yml 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 dist/js/bootstrap.min.js docs/_includes/components/thumbnails.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/download.html docs/_includes/getting-started/template.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/assets/css/docs.min.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.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/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/theme/index.html grunt/configBridge.json less/alerts.less less/badges.less less/jumbotron.less less/panels.less less/tables.less less/theme.less less/variables.less package.json scss/_button-group.scss scss/_buttons.scss scss/_forms.scss
2015-01-09remove more Glyphicon references from the docsChris Rebert1-1/+1
2015-01-07Update jQuery to v1.11.2.XhmikosR1-1/+1
2014-12-17rename .item => .carousel-itemChris Rebert2-5/+5
2014-12-04new look for carousel example, convert to remsMark Otto2-100/+46
2014-11-30Merge branch 'master' into v4Mark Otto1-4/+4
Conflicts: 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/fonts/glyphicons-halflings-regular.eot dist/fonts/glyphicons-halflings-regular.svg dist/fonts/glyphicons-halflings-regular.ttf dist/fonts/glyphicons-halflings-regular.woff docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.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/input-groups.html docs/_includes/components/labels.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/css/responsive-utilities.html docs/_includes/css/sass.html docs/_includes/css/tables.html docs/_includes/css/type.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/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/whats-included.html docs/_includes/js/affix.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/overview.html docs/_includes/js/tabs.html docs/_includes/nav/components.html docs/_includes/nav/css.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.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/fonts/glyphicons-halflings-regular.eot docs/dist/fonts/glyphicons-halflings-regular.svg docs/dist/fonts/glyphicons-halflings-regular.ttf docs/dist/fonts/glyphicons-halflings-regular.woff docs/examples/carousel/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/non-responsive/non-responsive.css docs/examples/sticky-footer-navbar/index.html docs/examples/theme/index.html fonts/glyphicons-halflings-regular.eot fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.ttf fonts/glyphicons-halflings-regular.woff less/_carousel.less less/_forms.less less/glyphicons.less
2014-11-14Redundant role="navigation" on <nav>sPatrick H. Lauke1-1/+1
plus one example that still used the old <div role="navigation"> and a fix-up of the callout as per https://github.com/twbs/bootstrap/issues/15109
2014-11-12Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaksHeinrich Fenkart1-1/+1
Wash-up of some stray dropdown examples