0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

381 Commits

Author SHA1 Message Date
Bardi Harborow
91f70c538a Refactor Dashboard example. (#21140) 2016-11-25 20:23:11 -08:00
Eric Nolte
cec0c7c6d6 Update docs to reflect new breakpoint naming convention 2016-11-04 10:54:34 -06:00
Bardi Harborow
ba49d709ba Normalize examples and update where relevant. 2016-10-20 02:11:55 +11:00
vsn4ik
85327e4f9a v4: Fix outdated utilites classes 2016-10-12 01:46:10 +03:00
Mark Otto
6c867667a1 Merge branch 'v4-dev' into v4-utils 2016-10-09 14:36:43 -07:00
Bardi Harborow
2e69dfa8c1 Fix broken/redirected links, moving to HTTPS where possible. (#20557) 2016-10-03 09:55:59 -07:00
David Beitey
07033a8cf8 Show clearfix for examples for xs/sm devices (#19287)
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-10-02 23:21:15 -07:00
Mark Otto
3dc4b3647c Rename pull-*-{left|right} classes to .float-*-left and .float-*-right 2016-09-26 00:54:10 -07:00
Mark Otto
818d1f53a5 Merge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2 2016-09-11 21:57:38 -07:00
Mark Otto
e7090a7c44 update text in grid example 2016-07-25 17:10:32 -07:00
Patrick H. Lauke
a426c4951c remove navbar-toggler unicode symbol in HTML
remove current HTML-based symbol, add any missing aria-* attributes
2016-07-19 22:11:44 +01:00
Tom Lutzenberger
3487e421b5 Fix HTML validity error in sticky-footer-navbar example (#20295) 2016-07-13 10:00:39 -07:00
Chris Rebert
ed3ba47425 Support jQuery v3 in Bootstrap v4 (#20191)
* 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-06-28 22:19:46 -07:00
XhmikosR
a950d5642b Update jQuery to v2.2.4. 2016-05-26 15:26:12 +03:00
Teo Dell'Amico
a0a157db93 Finish killing .center-block; fixes #19443
Replace the leftover instances with .m-x-auto (and .d-block when necessary)
Closes #19665
Refs #19102
[skip sauce]
2016-04-06 15:55:27 -07:00
XhmikosR
8a878c1f7b Update jQuery to v2.2.2. 2016-03-19 15:21:12 +02:00
XhmikosR
81f2dfbe40 Examples: Update tether to v1.2.0.
[ci skip]
2016-03-07 20:11:41 +02:00
Chris Rebert
74808de4d4 Example pages: Remove usages of defunct .page-header class
/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-27 18:16:22 -08:00
Mark Otto
414997baa8 flip things around again, no more base class, try out some new stuff to keep responsive flex grid working 2016-02-06 10:51:59 -08:00
Mark Otto
e149a6035e Update base class for grid cols in all examples 2016-02-06 00:47:33 -08:00
Sebastian Klatte
0e410f69ac Fix active Home tab in narrow-jumbotron example
the active class should be moved from the list item to the link item
2016-01-16 16:55:53 +01:00
Chris Rebert
9304f23ad8 docs: Add SRI hash for Tether; refs #18665 2016-01-10 23:54:17 -08:00
Chris Rebert
19d6301506 docs: Add SRI hash for jQuery; refs #18665 2016-01-10 23:54:17 -08:00
Chris Rebert
dedfffe5db Update Grid example from v3 to v4; fixes #18818 2016-01-09 03:26:54 -08:00
Mark Otto
20261385ea fix blog example to use customized pagination based on button styles 2016-01-06 14:57:00 -08:00
Mark Otto
ce18736cd8 fix example css 2016-01-06 14:07:13 -08:00
Chris Rebert
1300af1d2d Update docs to account for #18772
/fyi @mdo

[skip sauce]
2016-01-06 01:33:13 -08:00
Mark Otto
d22a8926d2 Merge pull request #18741 from bassjobsen/patch-15
fix justified navbar
2016-01-06 00:08:35 -08:00
Chris Rebert
e9192f6de0 Update copyright years to 2016
[ci skip]
2016-01-01 12:31:38 -08:00
Bass Jobsen
a01d2f0056 add .nav-justified class 2016-01-01 17:17:22 +01:00
Bass Jobsen
470bb9c815 add new CSS classes to the navbar 2016-01-01 17:15:24 +01:00
Chris Rebert
95d030c226 Add Tether to example pages that were missing it
[skip sauce]
2015-12-24 18:13:53 -07:00
Chris Rebert
85032786c3 Update examples to account for #18185
[skip sauce]
2015-12-08 03:41:51 -08:00
Mark Otto
8fa5fb2857 fixes #17887: restore hover/focus for cover nav 2015-12-08 00:20:43 -08:00
Mark Otto
3d45bd6106 fixes #18293: clean up sticky stuff 2015-12-07 22:05:37 -08:00
Mark Otto
ef5b6a224e Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2015-12-07 09:25:28 -08:00
Chris Rebert
da87424a79 Remove .navbar-form from example pages; refs #18087
[skip sauce]
2015-12-06 17:30:26 -08:00
Mark Otto
dd2c784c92 fix up navbar examples with proper coloring 2015-12-06 17:09:49 -08:00
Chris Rebert
548834e87f Merge pull request #18340 from twbs/responsive-pulls
Add responsive float classes
2015-11-29 21:47:49 -08:00
Chris Rebert
a8dc4812a4 Add responsive float classes; fixes #13690 2015-11-26 22:13:26 -08:00
Chris Rebert
ade2ab1341 Remove non-responsive text alignment classes
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-22 21:33:42 -08:00
Mark Otto
7d9ddb844d grunt 2015-11-14 19:46:15 -08:00
XhmikosR
a50849f61b Switch to jQuery 2.1.4.
Now that we don't support IE 8 it's safe to do that.
2015-10-24 19:09:33 +03:00
Chris Rebert
5b113b2c71 Anonymous table bug is still present in Safari 9.0, but should be fixed in the next version 2015-10-19 19:27:37 -07:00
Mark Otto
ee4a7f384e Merge pull request #17817 from kkirsche/patch-29
Remove double bottom border on sub header in dashboard example
2015-10-13 00:32:10 -07:00
Chris Rebert
9b12e5f495 docs/examples/cover/cover.css: Fix "inheritence" typo 2015-10-11 12:42:35 -07:00
Kevin Kirsche
5858b3fc9d Remove double bottom border on sub header
The table includes a border between the two making this unnecessary
2015-10-08 08:43:45 -04:00
Patrick H. Lauke
872eadeb99 Add shrink-to-fit viewport directive
Fixes potential problems with iOS9's new viewport behavior - see for
instance https://forums.developer.apple.com/thread/13510
2015-10-06 12:35:39 +01:00
XhmikosR
d50e4a7274 Make tooltip-viewport example work.
[ci skip]
2015-10-01 08:34:14 +03:00
XhmikosR
a503474645 Remove unneeded trailing whitespace.
[ci skip]
2015-09-20 19:04:54 +03:00