aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
2016-10-12v4: Fix outdated utilites classesvsn4ik5-9/+9
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto10-34/+19
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow7-7/+7
2016-10-02Show clearfix for examples for xs/sm devices (#19287)David Beitey1-6/+6
Change `hidden-sm-up` to `hidden-md-up` as the clearfix divs should be visible on both `xs` and `sm` devices (widths of 6 columns).
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto7-9/+9
2016-09-11Merge branch 'v4-hamburger-fix2' of ↵Mark Otto6-21/+6
https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2
2016-07-25update text in grid exampleMark Otto1-2/+2
2016-07-19remove navbar-toggler unicode symbol in HTMLPatrick H. Lauke6-21/+6
remove current HTML-based symbol, add any missing aria-* attributes
2016-07-13Fix HTML validity error in sticky-footer-navbar example (#20295)Tom Lutzenberger1-1/+1
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert13-13/+13
* 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.XhmikosR13-13/+13
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.XhmikosR13-13/+13
2016-03-07Examples: Update tether to v1.2.0.XhmikosR13-13/+13
[ci skip]
2016-02-27Example pages: Remove usages of defunct .page-header classChris Rebert5-10/+5
/fyi @mdo Note: The selector in dashboard.css that used .page-header was superfluous because the margin that it zeroed was already zero even without that declaration. [skip sauce]
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto8-80/+80
responsive flex grid working
2016-02-06Update base class for grid cols in all examplesMark Otto8-80/+80
2016-01-16Fix active Home tab in narrow-jumbotron exampleSebastian Klatte1-2/+2
the active class should be moved from the list item to the link item
2016-01-10docs: Add SRI hash for Tether; refs #18665Chris Rebert13-13/+13
2016-01-10docs: Add SRI hash for jQuery; refs #18665Chris Rebert13-13/+13
2016-01-09Update Grid example from v3 to v4; fixes #18818Chris Rebert1-1/+1
2016-01-06fix blog example to use customized pagination based on button stylesMark Otto2-11/+5
2016-01-06fix example cssMark Otto1-3/+3
2016-01-06Update docs to account for #18772Chris Rebert1-1/+1
/fyi @mdo [skip sauce]
2016-01-06Merge pull request #18741 from bassjobsen/patch-15Mark Otto2-17/+39
fix justified navbar
2016-01-01Update copyright years to 2016Chris Rebert1-1/+1
[ci skip]
2016-01-01add .nav-justified classBass Jobsen1-10/+32
2016-01-01add new CSS classes to the navbarBass Jobsen1-7/+7
2015-12-24Add Tether to example pages that were missing itChris Rebert13-0/+13
[skip sauce]
2015-12-08Update examples to account for #18185Chris Rebert4-6/+6
[skip sauce]
2015-12-08fixes #17887: restore hover/focus for cover navMark Otto1-0/+5
2015-12-07fixes #18293: clean up sticky stuffMark Otto4-40/+36
2015-12-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-2/+2
2015-12-06Remove .navbar-form from example pages; refs #18087Chris Rebert2-2/+2
[skip sauce]
2015-12-06fix up navbar examples with proper coloringMark Otto2-4/+4
2015-11-29Merge pull request #18340 from twbs/responsive-pullsChris Rebert7-9/+9
Add responsive float classes
2015-11-26Add responsive float classes; fixes #13690Chris Rebert7-9/+9
2015-11-22Remove non-responsive text alignment classesChris Rebert2-3/+3
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-11-14gruntMark Otto1-0/+3
2015-10-24Switch to jQuery 2.1.4.XhmikosR13-13/+13
Now that we don't support IE 8 it's safe to do that.
2015-10-19Anonymous table bug is still present in Safari 9.0, but should be fixed in ↵Chris Rebert1-1/+1
the next version
2015-10-13Merge pull request #17817 from kkirsche/patch-29Mark Otto1-1/+1
Remove double bottom border on sub header in dashboard example
2015-10-11docs/examples/cover/cover.css: Fix "inheritence" typoChris Rebert1-1/+1
2015-10-08Remove double bottom border on sub headerKevin Kirsche1-1/+1
The table includes a border between the two making this unnecessary
2015-10-06Add shrink-to-fit viewport directivePatrick H. Lauke18-18/+18
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
2015-10-01Make tooltip-viewport example work.XhmikosR1-1/+2
[ci skip]
2015-09-20Remove unneeded trailing whitespace.XhmikosR2-2/+2
[ci skip]
2015-09-06Fixes to examplesMaurice Wahba5-9/+9
2015-09-06Add missing jQuery local fallback.XhmikosR3-0/+3
[ci skip]
2015-09-06Use jQuery 1.11.3 everywhere.XhmikosR3-3/+3
[ci skip]