aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
2015-08-14Massive cleanupMark Otto1-2/+0
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-05simple layout for examplesMark Otto1-1/+1
2015-08-04Merge branch 'master' into v4mMark Otto11-4/+20
2015-08-04replace holder.js references in dashboard example with placeholder gif. ↵Mark Otto1-4/+4
fixes #16699
2015-07-26Add a local jQuery fallback.XhmikosR14-4/+14
Shouldn't really happen, but China for example has blocked Google so this should help.
2015-06-18Merge branch 'master' into v4Mark Otto11-17/+16
2015-06-13album example addedMark Otto2-13/+24
2015-06-08Use new gradient syntax in justified nav example; fixes #16598Kevin Kirsche1-2/+1
Closes #16599 by merging a tweaked version of it.
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke7-24/+24
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. Lauke7-10/+10
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.XhmikosR14-14/+14
2015-04-26Run `grunt`.XhmikosR1-1/+1
2015-04-24Ensure .form-inline in non-responsive example doesn't stack; fixes #15977Chris Rebert1-0/+58
2015-04-23fix example thumbsMark Otto1-37/+37
2015-04-23Update Holder.js to v2.6.0.XhmikosR2-2/+2
[ci skip]
2015-04-18change nav to use index files for each section; stub out index views for ↵Mark Otto1-0/+0
everything
2015-04-16rename classes from .bs-docs and .bs to .bdMark Otto1-4/+4
2015-03-09fix page layout for examples overviewMark Otto1-1/+1
2015-03-01Merge branch 'master' into v4Mark Otto16-15/+55
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-25Prevent collapsed navbar in Non-responsive ExampleTJ1-8/+4
Closes #15291 by merging it.
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-24Fix #15911: Clear the floats and move the padding to the headerMark Otto2-2/+2
2015-02-16Use just holder.js instead of docs.min.js in examples when possibleChris Rebert2-2/+4
And add explanatory comments to the Carousel & Dashboard examples regarding holder.js [skip sauce]
2015-02-16Remove docs.min.js from Blog & Cover examples since it's unnecessary.Chris Rebert2-2/+0
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-03Merge pull request #15658 from kkirsche/patch-3XhmikosR19-0/+19
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags
2015-02-02Fix issue #15601 — Position of X-UA-CompatibleKevin Kirsche19-0/+19
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-27Update non-responsive.cssChristian1-1/+1
Fix typo on Utilize
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 Otto10-10/+10
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.XhmikosR14-14/+14
2014-12-30Fix @mdo's grammarChris Rebert3-3/+3
2014-12-23add [hidden] utility for hiding any html element (see #15274 for more context)Mark Otto1-2/+2
2014-12-18gruntMark Otto1-1/+0
2014-12-17rename .item => .carousel-itemChris Rebert2-5/+5
2014-12-16Remove ancillary references to IE<9 in comments+docsChris Rebert1-1/+1
2014-12-04tweak grid docs, add new tierMark Otto1-0/+33
2014-12-04lintingMark Otto1-2/+3
2014-12-04rem-ify blog example and clean a few visuals upMark Otto2-56/+61
2014-12-04new look for carousel example, convert to remsMark Otto2-100/+46
2014-12-04more rem fixes for examplesMark Otto3-43/+33
2014-12-04convert narrow jumbotron to remsMark Otto2-21/+27
2014-12-04use static top navbar in jumbotronMark Otto2-2/+1