0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00
Commit Graph

11866 Commits

Author SHA1 Message Date
Mark Otto
79f9aef216 fixes #22238 2017-07-03 11:34:50 -07:00
Mark Otto
7011e272c1 remove abbr border-bottom styling. fixes #16574. 2017-07-03 11:33:56 -07:00
Mark Otto
48f1482306 add .row-no-gutters class
fixes #15180, fixes #19107, fixes #9102, fixes #7368
2017-07-03 09:18:28 -07:00
Mark Otto
2fb0cd598d run copy task during watch 2017-07-03 08:58:01 -07:00
Mark Otto
1802075458 system fonts 2017-07-03 08:57:49 -07:00
Mark Otto
3436fa2de4 small homepage update to include themes 2017-07-03 08:57:42 -07:00
Mark Otto
1a8f098a8a rip out the browser detection 2017-07-03 00:03:48 -07:00
Mark Otto
11e6178496 get rid of that 2017-07-02 23:53:21 -07:00
Mark Otto
f9b27e9ec7 v for version 2017-07-02 23:52:45 -07:00
Mark Otto
2dc18fd42e new port 2017-07-02 23:52:38 -07:00
Mark Otto
f08cf1fce7 don't let nav stack too early 2017-07-02 23:52:20 -07:00
Mark Otto
1d8328067a dropdown nav for other docs versions 2017-07-02 15:40:25 -07:00
Mark Otto
6c24c687ee move skippy and v4 notice to partials 2017-07-02 15:38:07 -07:00
Mark Otto
1e91bc2119 more syntax changes 2017-07-02 15:28:51 -07:00
Mark Otto
5706cfe42a update comments and syntax 2017-07-02 15:23:29 -07:00
Mark Otto
6621d55471 remove old comment 2017-07-02 15:20:08 -07:00
Mark Otto
0385ab3c54 less syntax 2017-07-02 15:17:44 -07:00
Mark Otto
c8bad01c20 less syntax 2017-07-02 15:16:37 -07:00
Mark Otto
9c227e6b74 update to less syntax 2017-07-02 15:16:00 -07:00
Mark Otto
7ef172df57 update to less syntax 2017-07-02 15:14:53 -07:00
Mark Otto
2f8018749d update comments, use variable for media query 2017-07-02 15:14:15 -07:00
Mark Otto
602940d634 remove comment 2017-07-02 15:13:49 -07:00
Mark Otto
448040ad5b formatting 2017-07-02 15:13:44 -07:00
Mark Otto
6cbd9b5ad5 remove commented out code 2017-07-02 15:12:55 -07:00
Mark Otto
ce24064690 remove old docs ads code, clean things up 2017-07-02 15:12:38 -07:00
Mark Otto
4f4592c225 Reorganize v3 docs CSS to use Less 2017-07-02 15:09:46 -07:00
Chris Rebert
7e2741eb10 Port 6844745db5 to v3
Most Wanted features: Add Edge UserVoice <dialog> entry

https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6508895-dialog-element
Refs #20175

[ci skip]
2016-08-02 21:37:14 -07:00
Patrick H. Lauke
c282ca589c Merge pull request #20409 from nfatah/patch-1
update index.html
2016-07-29 17:49:23 +01:00
Negus
a3c9077945 update index.html
correct visible text corresponding to number of collumns
2016-07-29 19:17:06 +03:00
Patrick H. Lauke
340169eacd Merge pull request #20407 from hebbet/master
update teaser links
2016-07-29 12:44:13 +01:00
Pascal Herbert
d2adfe5a28 update teaser links 2016-07-29 13:01:59 +02:00
Chris Rebert
0b9c4a4007 Regenerate Customizer JavaScript
[ci skip]
2016-07-25 08:51:55 -07:00
Chris Rebert
ca3fabd5a1 _config.yml: Update SRI hashes for v3.3.7 2016-07-25 08:49:45 -07:00
Chris Rebert
9a4d1ae37f grunt
[ci skip]
2016-07-25 08:45:02 -07:00
Chris Rebert
e8c5de3980 grunt dist 2016-07-25 08:43:43 -07:00
Chris Rebert
c391850a2d Update remaining version numbers in source files
Refs a90341ced2
Errata for #20357

[ci skip]
2016-07-25 08:42:13 -07:00
Chris Rebert
82cba4eeab Fix grunt/change-version.js to update NuGet-related files too
[ci skip]
2016-07-25 08:40:41 -07:00
Chris Rebert
a90341ced2 Fix grunt/change-version.js to update .less files too
[ci skip]
2016-07-25 08:36:11 -07:00
Chris Rebert
904f306c52 NuGet: Adjust version range to allow jQuery 3
Refs #16834

[skip sauce]
[skip validator]
2016-07-25 08:30:30 -07:00
Chris Rebert
0ef40c496e Update NuGet version numbers is preparation for v3.3.7 release 2016-07-25 08:28:12 -07:00
Chris Rebert
df08d95495 Update version numbers in preparation for v3.3.7 release (#20357)
[skip sauce]
2016-07-25 08:24:11 -07:00
Chris Rebert
a4cfdcca0a Merge pull request #20356 from twbs/revert-18700
Revert #18700 but discourage using <a>s for disabled pagination items
2016-07-25 08:22:47 -07:00
Chris Rebert
6dc3bba1cb Discourage usage of <a>s for disabled pagination items
Refs a217db1923 (commitcomment-18275320)
/fyi @patrickhlauke

[skip sauce]
2016-07-25 08:01:01 -07:00
Chris Rebert
4b0c3f2b8b Revert "Add pointer-events:none to disabled pager/pagination"
This reverts commit a217db1923.
This reverts PR #18700
See the discussion in the comments on that commit.

[skip sauce]
2016-07-25 08:00:27 -07:00
Chris Rebert
02e9fdaa54 Update iOS temporal input types support comment (#20343)
* <input type="datetime"> no longer exists, per https://github.com/whatwg/html/issues/336
* iOS 9.3.2 still doesn't support <input type="week">

[skip sauce]
[skip validator]
2016-07-21 21:36:33 -07:00
Chris Rebert
2f9852e7cd iOS 9.3 is still affected by https://webkit.org/b/153856
[skip sauce]
2016-07-21 21:34:30 -07:00
Chris Rebert
904511adbd Docs: Update Safari versions affected by #9774
Still affects v9.1.2, but current Safari Technology Preview is no longer affected.
Refs #20342

[skip sauce]
2016-07-21 21:09:30 -07:00
Chris Rebert
edefe0e77a Update jQuery version check and jQuery dependency version range (#20338)
Closes #16834

[skip validator]
2016-07-21 08:14:21 -07:00
Chris Rebert
c2404d30e9 Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3; fixes #20280 (#20313)
Refs https://github.com/jquery/jquery/issues/3137

[skip validator]
2016-07-20 17:21:56 -07:00
Chris Rebert
d3cbb8eac2 Port #20315 to v3
Add position:sticky to Most Wanted features (#20315)

[skip sauce]
2016-07-17 14:18:09 -07:00