aboutsummaryrefslogtreecommitdiff
path: root/examples/carousel
AgeCommit message (Collapse)AuthorFilesLines
2019-01-03Revert "Remove the individual examples."XhmikosR1-0/+11
Redirect them instead to v3.4 examples.
2018-12-31Remove the individual examples.XhmikosR1-10/+0
2017-08-10example redirectsMark Otto2-352/+8
2016-07-25Docs for v3.3.7Chris Rebert1-3/+3
2015-11-24v3.3.6 releaseMark Otto1-1/+5
2015-06-16Try updating docsJulian Thilo1-5/+5
2015-03-16regenerate docs for v3.3.4Chris Rebert1-13/+15
2015-01-19docs for 3.3.2Mark Otto1-1/+1
2014-12-22apply fixes from master branch to example templatesChris Rebert1-1/+1
2014-11-123.3.1Mark Otto1-3/+3
2014-10-29bump to v3.3.0Mark Otto2-13/+14
2014-08-27port over most of the v3.2.1 docs fixesChris Rebert1-4/+3
2014-06-26merge in v3.2.0 changes; nuke a dupe _gh_pages dirMark Otto2-30/+25
2014-02-13lame-copy-paste files because Pages doesn't support custom source yetMark Otto2-11/+10
2014-01-30turn the docs upside down for the deploy because we're waiting on some new ↵Mark Otto2-0/+354
jekyll hotness
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto2-354/+0
2013-12-24Update Respond.js to v1.4.2.XhmikosR1-1/+1
2013-12-23Fixes #11975: Change from png to .ico for faviconMark Otto1-1/+1
2013-11-03Add toogle nav for screen readers in examplesThanos Lefteris1-0/+1
2013-10-31Added navigation role to example navbarsAJ Acevedo1-1/+1
As per the docs: http://getbootstrap.com/components/#navbar-default modified: examples/carousel/index.html modified: examples/jumbotron/index.html modified: examples/navbar-fixed-top/index.html modified: examples/navbar-static-top/index.html modified: examples/navbar/index.html modified: examples/non-responsive/index.html modified: examples/starter-template/index.html modified: examples/sticky-footer-navbar/index.html modified: examples/theme/index.html
2013-10-30remove unused `{{ page.base_url }}` variables, and fix the urlswangsai1-1/+1
2013-10-23rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216Chris Rebert1-9/+9
2013-10-17Warn about IE8 + Respond.js + file:// problem in examples; fix #11019Chris Rebert1-0/+3
2013-10-16upgrade to html5shiv v 3.7.0Chris Rebert1-1/+1
2013-10-13use CDN for respond.jsChris Rebert1-1/+1
2013-10-13Merge pull request #11016 from twbs/address-10965Mark Otto1-1/+1
address #10965; mention Glyphicons-over-file:// problem in Carousel example
2013-10-10use https:// for CDN linksChris Rebert1-2/+2
- works when viewing page via file:// - sets a good example security-wise
2013-10-10address #10965; mention Glyphicons-over-file:// problem in Carousel exampleChris Rebert1-1/+1
2013-10-09Merge pull request #11013 from twbs/fix-10989Mark Otto1-2/+2
Use CDNs for more example JavaScripts
2013-10-09use data-ride="carousel" in the docs & examples; fixes #11005Chris Rebert1-1/+1
2013-10-09use CDN for jQuery instead of vendoring it; fixes part of #10989Chris Rebert1-1/+1
2013-10-09use CDN for html5shiv instead of vendoring it; fixes part of #10989Chris Rebert1-1/+1
2013-09-24Disable IE Compatibility Mode in docs, examplesJulian Thilo1-0/+1
...because we don't support it and it may cause problems for people trying to view the docs in IE.
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert1-5/+5
2013-09-11Updated the old btn-large in carousel exampleLipis1-3/+3
2013-09-01fixes #10136Mark Otto1-3/+3
2013-08-27Fixes #9928 and #9932: carousel example in IE10Mark Otto1-4/+24
* Use absolute positioning instead to remove navbar from flow of document * No more negative margin fu * Flip around padding between container and navbar for proper display in xs and sm viewports
2013-08-27fixes #9901Mark Otto1-1/+1
2013-08-24Add even more role="button" attributesKevin Suttle1-6/+6
Missed the <a class="btw" in my regex search
2013-08-19Re-enable glyphicons in carousel controls and then remove redundant CSS from ↵Mark Otto1-7/+0
example
2013-08-19Fix vertical alignment of carousel navigation arrows.al // @idest1-0/+6
Navigation arrows were aligned to the top of page. Vertically centered them in this fix.
2013-08-19Add background-color to carousel.al // @idest1-1/+2
Set a background color for the carousel example so that white text is now legible. Also fixed typo on line 97.
2013-08-18remove carousel icons includeMark Otto1-1/+0
2013-08-18add IE's Conditional comments for respondjs and html5shivsaiwang1-1/+6
2013-08-17add respond.js to all examples (fixes #9731)Mark Otto1-1/+1
2013-08-16carousel example: add alt text to imagesChris Rebert1-9/+9
2013-08-16carousel example: add dummy 'src' attributes to <img>sChris Rebert1-9/+9
2013-08-16basic cleanup on carousel example (fixes #9709 and #9700)Mark Otto2-31/+37
2013-08-16fix up sticky footer example (fixes #9680) and add favicons to all examplesMark Otto1-0/+1
2013-08-15hella examples fixing, mostly navbars and lots of work on grids exampleMark Otto1-13/+15