Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-09-18 22:27:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-18 11:27:47 +0300
commite105d156420864807dca97d4953d0baf843f01f9 (patch)
treed5af31ccf45bc45adfcecc23e7ce3428a9619c39 /docs/assets
parentcf6f867190cd91181a63d8576c3f5a485d7050a7 (diff)
Use https, fix broken links and unneeded redirects.
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/img/expo-riot.jpgbin161715 -> 0 bytes
-rw-r--r--docs/assets/js/ie10-viewport-bug-workaround.js2
-rw-r--r--docs/assets/js/src/application.js2
-rw-r--r--docs/assets/js/src/customizer.js2
-rw-r--r--docs/assets/less/docs.less2
-rw-r--r--docs/assets/less/featured-sites.less6
-rw-r--r--docs/assets/less/ie10-viewport-bug-workaround.less2
7 files changed, 8 insertions, 8 deletions
diff --git a/docs/assets/img/expo-riot.jpg b/docs/assets/img/expo-riot.jpg
deleted file mode 100644
index e9ab163def..0000000000
--- a/docs/assets/img/expo-riot.jpg
+++ /dev/null
Binary files differ
diff --git a/docs/assets/js/ie10-viewport-bug-workaround.js b/docs/assets/js/ie10-viewport-bug-workaround.js
index f7a5ed675f..c09f89ba51 100644
--- a/docs/assets/js/ie10-viewport-bug-workaround.js
+++ b/docs/assets/js/ie10-viewport-bug-workaround.js
@@ -5,7 +5,7 @@
*/
// See the Getting Started docs for more information:
-// http://getbootstrap.com/getting-started/#support-ie10-width
+// https://getbootstrap.com/docs/3.4/getting-started/#support-ie10-width
(function () {
'use strict';
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js
index 6f1468d872..bfee7877d8 100644
--- a/docs/assets/js/src/application.js
+++ b/docs/assets/js/src/application.js
@@ -3,7 +3,7 @@
// ++++++++++++++++++++++++++++++++++++++++++
/*!
- * JavaScript for Bootstrap's docs (http://getbootstrap.com)
+ * JavaScript for Bootstrap's docs (https://getbootstrap.com/)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see https://creativecommons.org/licenses/by/3.0/.
diff --git a/docs/assets/js/src/customizer.js b/docs/assets/js/src/customizer.js
index a7c8d63d7a..9f07da58b7 100644
--- a/docs/assets/js/src/customizer.js
+++ b/docs/assets/js/src/customizer.js
@@ -12,7 +12,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
'use strict';
var cw = '/*!\n' +
- ' * Bootstrap v3.4.0 (http://getbootstrap.com)\n' +
+ ' * Bootstrap v3.4.0 (https://getbootstrap.com/)\n' +
' * Copyright 2011-' + new Date().getFullYear() + ' Twitter, Inc.\n' +
' * Licensed under the MIT license\n' +
' */\n\n'
diff --git a/docs/assets/less/docs.less b/docs/assets/less/docs.less
index 7e4e56adc2..b2c106c858 100644
--- a/docs/assets/less/docs.less
+++ b/docs/assets/less/docs.less
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Docs (http://getbootstrap.com)
+ * Bootstrap Docs (https://getbootstrap.com/)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see https://creativecommons.org/licenses/by/3.0/.
diff --git a/docs/assets/less/featured-sites.less b/docs/assets/less/featured-sites.less
index 926db75a58..879b0deb0b 100644
--- a/docs/assets/less/featured-sites.less
+++ b/docs/assets/less/featured-sites.less
@@ -2,7 +2,7 @@
margin-right: -1px;
margin-left: -1px;
}
-.bs-docs-featured-sites .col-xs-6 {
+.bs-docs-featured-sites .col-xs-8 {
padding: 1px;
}
.bs-docs-featured-sites .img-responsive {
@@ -10,11 +10,11 @@
}
@media (min-width: 768px) {
- .bs-docs-featured-sites .col-sm-3:first-child img {
+ .bs-docs-featured-sites .col-sm-4:first-child img {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
- .bs-docs-featured-sites .col-sm-3:last-child img {
+ .bs-docs-featured-sites .col-sm-4:last-child img {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
diff --git a/docs/assets/less/ie10-viewport-bug-workaround.less b/docs/assets/less/ie10-viewport-bug-workaround.less
index 91211e15b6..042cd31fa8 100644
--- a/docs/assets/less/ie10-viewport-bug-workaround.less
+++ b/docs/assets/less/ie10-viewport-bug-workaround.less
@@ -7,7 +7,7 @@
*/
// See the Getting Started docs for more information:
-// http://getbootstrap.com/getting-started/#support-ie10-width
+// https://getbootstrap.com/docs/3.4/getting-started/#support-ie10-width
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }