aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
2019-03-27tooltip-viewport: fix path to favicon.XhmikosR1-1/+1
2019-03-27Add canonical tag.XhmikosR19-0/+19
For the examples, it's hardcoded, since in this branch we don't build them.
2018-11-18Fix broken anchors in examples and one https redirect.XhmikosR8-20/+20
2018-10-18Switch to lowercase `doctype`.XhmikosR19-19/+19
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR6-6/+6
2018-10-08Switch to jQuery's CDN and use SRI.XhmikosR14-14/+14
2018-10-08Go back to single colon pseudo elements.XhmikosR1-1/+1
This is for backwards compatibility with the browsers we support in v3.
2018-04-08update css with latest stylelintMark Otto1-1/+1
2017-11-26stylelint the examplesMark Otto11-67/+61
2016-07-29update index.htmlNegus1-1/+1
correct visible text corresponding to number of collumns
2016-07-21Docs: Update Safari versions affected by #9774Chris Rebert1-1/+1
Still affects v9.1.2, but current Safari Technology Preview is no longer affected. Refs #20342 [skip sauce]
2016-07-13Lint Docs HTML FilesTom Lutzenberger2-2/+2
2016-05-26Update jQuery to v1.12.4.XhmikosR14-14/+14
2016-04-15Fix 2 typos; closes #19741Feram bot1-1/+1
* cover.css: "inheritence" [sic] * collapse.html: "targetting" [sic]
2016-03-19Update jQuery to v1.12.2.XhmikosR14-14/+14
2016-03-10Fix HTML validation errors.XhmikosR2-2/+2
[skip sauce]
2016-02-23Update jQuery to 1.12.1alberto14-14/+14
2016-02-18Bump html5shiv to v3.7.3Chris Rebert19-19/+19
Fixes #19262 Thanks to @coliff for pointing out that we were using an outdated version.
2016-01-01Update copyright years to 2016Chris Rebert5-5/+5
[ci skip]
2015-10-10Update Example Footers.Baraa Hamodi5-5/+5
2015-09-30Add CSS portion of IE10 viewport bug workaround to examplesChris Rebert19-0/+56
Fixes #17337
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-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-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-23Update Holder.js to v2.6.0.XhmikosR2-2/+2
[ci skip]
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-07Update jQuery to v1.11.2.XhmikosR14-14/+14
2014-11-30Example: minor image compression improvements.XhmikosR11-0/+0
[ci skip]
2014-11-30Bump Glyphicons to v1.9Mark Otto1-6/+9
2014-11-30Fixes #15096: Fix navbar forms in the non-responsive exampleMark Otto2-1/+83
2014-11-29Alternate fix for #15250 with a more descriptive theme jumbotronMark Otto1-3/+2
2014-11-14Redundant role="navigation" on <nav>sPatrick H. Lauke12-14/+14
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