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

825 Commits

Author SHA1 Message Date
Mark Otto
bf63d052c0 stub out docsearch additions 2017-07-04 13:24:51 -07:00
Mark Otto
059969bcd2 update links, new version to v3.4.0, add new baseurl for easy v3.4 building 2017-07-04 13:07:15 -07:00
Mark Otto
4c4390193f remove bs-example classes from large/small modals. fixes #22265. 2017-07-03 11:42:23 -07:00
Mark Otto
79f9aef216 fixes #22238 2017-07-03 11:34:50 -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
f9b27e9ec7 v for version 2017-07-02 23:52:45 -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
6cbd9b5ad5 remove commented out code 2017-07-02 15:12:55 -07:00
Mark Otto
4f4592c225 Reorganize v3 docs CSS to use Less 2017-07-02 15:09:46 -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
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
Pvanhesteren
a329fda8f0 Clarify valid values of Carousel's pause option
Fixes #18205
Closes #19410

[skip sauce]
2016-07-17 00:11:52 -07:00
Tom Lutzenberger
4c459bd6cf Lint Docs HTML Files 2016-07-13 16:42:48 +02:00
XhmikosR
8691d87c62 Losslessly compress docs images.
Used zopfli 1.0.1, with `zopflipng -m --lossy_transparent -y --iterations=1000`

Before: 23,7 KB (24.352 bytes)
After:  23,5 KB (24.079 bytes)
2016-07-12 17:59:42 +03:00
Chris Rebert
4e16300135 Port #20165 to v3
[skip sauce]
2016-06-23 23:17:36 -07:00
eiselzby
7864eb4c54 Remove unsupported vendor prefixes for @viewport (#19955)
Fixes #19871
2016-06-02 10:04:20 -07:00
XhmikosR
224cef8794 Run grunt.
[ci skip]
2016-05-29 12:43:07 +03:00
XhmikosR
20103dac18 Update jQuery to v1.12.4. 2016-05-26 15:33:43 +03:00
Feram bot
795d2208b8 Fix 2 typos; closes #19741
* cover.css: "inheritence" [sic]
* collapse.html: "targetting" [sic]
2016-04-15 12:11:23 -07:00
Patrick H. Lauke
c46af16827 Add aria-label and callout about labelling pagination components 2016-04-10 14:54:05 +01:00
XhmikosR
ebc2d2badc Update jQuery to v1.12.2. 2016-03-19 15:18:33 +02:00
Pvanhesteren
d9a64a0281 Docs: unwantedly -> undesirably, as the validity of "unwantedly" is uncertain
Closes #19406
2016-03-14 02:32:02 -07:00
Chris Rebert
60168ad099 Port #19537 to v3
[skip sauce]
2016-03-14 02:13:38 -07:00
XhmikosR
4265f868ac Remove custom caching and use Bundle for gems. 2016-03-10 13:44:16 +02:00
XhmikosR
dcc2b8ac00 Fix HTML validation errors.
[skip sauce]
2016-03-10 13:44:16 +02:00
Chris Rebert
0a6f80a479 Port #19424 to v3
Docs: Link directly to printing-related browser bugs

* https://bugs.chromium.org/p/chromium/issues/detail?id=273306
* https://bugs.webkit.org/show_bug.cgi?id=138192
[skip sauce]
2016-03-06 21:34:45 -08:00
Chris Rebert
164b89f7af Port #19423 to v3
Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`

https://bugs.chromium.org/p/chromium/issues/detail?id=175502
[skip sauce]
2016-03-06 21:03:46 -08:00
XhmikosR
d7f7cee39e Run grunt.
[ci skip]
2016-02-28 04:03:48 +02:00
Patrick H. Lauke
85c3cf1b7c Merge pull request #19273 from patrickhlauke/v3-browser-compat-backport1
Port v4 browser support table format to v3
2016-02-28 00:05:59 +00:00
Patrick H. Lauke
2d20bb7e71 Port v4 browser support tables to v3 2016-02-27 23:46:12 +00:00
alberto
741b4eca20 Update jQuery to 1.12.1 2016-02-23 18:50:43 +01:00
Christian Oliff
562d2239c0 Docs: Remove <meta name="keywords"> from <head>
Remove meta keywords - AFAIK no search engines use them for search ranking at all. There's no need for them to be included.

Closes #18872
[skip sauce]
2016-02-18 18:07:12 -08:00
Chris Rebert
851e3f1b04 Bump html5shiv to v3.7.3
Fixes #19262
Thanks to @coliff for pointing out that we were using an outdated version.
2016-02-18 00:59:27 -08:00
Sajad Torkamani
8881ea290c Correct spelling 2016-02-10 11:01:05 +00:00
Chris Rebert
b52ef829c1 Port #19078 to v3
[skip sauce]
2016-02-03 22:58:46 -08:00
Chris Rebert
a2c4771d7c Docs: Add missing role="document"s to .modal-dialogs
Refs https://github.com/twbs/bootlint/pull/349#issuecomment-176554436

[skip sauce]
2016-01-28 22:30:51 -08:00
Chris Rebert
a823afc5e2 Docs: Include major version in npm install bootstrap commands; refs #18520
[ci skip]
2015-12-10 14:58:47 -08:00
Chris Rebert
0f67b5e3d3 Checkin "Themes" link in navbar 2015-12-06 01:47:59 -08:00
Chris Rebert
c57a9b78de Revert incorrect version number change in Stateful Button docs
Erratum from 910400e897
See 910400e897 (commitcomment-14598760)
/fyi @mdo

[skip sauce]
2015-11-26 00:59:21 -08:00
Mark Otto
910400e897 bump version 2015-11-24 11:07:36 -08:00
Chris Rebert
94b4076dd2 Docs: Add missing tabindex="-1" & role="dialog" to some .modals
Refs https://github.com/twbs/bootlint/pull/314
[skip sauce]
2015-11-15 22:08:42 -08:00
Mark Otto
087d16d21a that @cvrebert lifestyle 2015-11-14 19:47:49 -08:00
Mark Otto
14d73b9c13 fixes #17003 2015-11-14 19:39:28 -08:00
Kevin Kirsche
fc87d82ae9 Update verb tenses to proper tense for feature deprecations
X-Ref: fce30b57e2
2015-11-11 18:54:10 -05:00
Mark Otto
b2a4cf0517 Merge pull request #16965 from zacechola/document_icon_helpers
Call out `.icon-next`, `.icon-prev` alternative classes for Carousel
2015-11-08 18:15:29 -08:00
Chris Rebert
a367408608 Merge pull request #18080 from twbs/csp-progress
Add docs regarding .progress, inline style attrs, and CSP
2015-10-30 01:45:15 -07:00
Chris Rebert
6e1e77b539 Add docs regarding .progress, inline style attrs, and CSP; closes #17785
[skip sauce]
2015-10-29 22:51:19 -07:00
XhmikosR
f5bb168a79 Run `grunt.
[skip sauce]
2015-10-29 18:02:53 +02:00