From: XhmikosR Date: Tue, 7 Oct 2014 12:28:41 +0000 (+0300) Subject: Change Twitter links to use `https`. X-Git-Tag: v3.3.0~96^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=909a1783620250f544a9bc61934223e8bd50c894;p=thirdparty%2Fbootstrap.git Change Twitter links to use `https`. --- diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index b325ea9ebe..20aac061a1 100644 --- a/docs/_includes/css/less.html +++ b/docs/_includes/css/less.html @@ -390,7 +390,7 @@ a {

Utility mixins are mixins that combine otherwise unrelated CSS properties to achieve a specific goal or task.

Clearfix

-

Forget adding class="clearfix" to any element and instead add the .clearfix() mixin where appropriate. Uses the micro clearfix from Nicolas Gallager.

+

Forget adding class="clearfix" to any element and instead add the .clearfix() mixin where appropriate. Uses the micro clearfix from Nicolas Gallager.

{% highlight scss %} // Mixin .clearfix() { diff --git a/docs/_includes/css/overview.html b/docs/_includes/css/overview.html index 3a942da3b1..86a5b45b0e 100644 --- a/docs/_includes/css/overview.html +++ b/docs/_includes/css/overview.html @@ -33,7 +33,7 @@

These styles can be found within scaffolding.less.

Normalize.css

-

For improved cross-browser rendering, we use Normalize.css, a project by Nicolas Gallagher and Jonathan Neal.

+

For improved cross-browser rendering, we use Normalize.css, a project by Nicolas Gallagher and Jonathan Neal.

Containers

Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose one of two containers to use in your projects. Note that, due to padding and more, neither container is nestable.

diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 933c4d532f..ef68da3eba 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -4,7 +4,7 @@
{% include social-buttons.html %} -

Designed and built with all the love in the world by @mdo and @fat.

+

Designed and built with all the love in the world by @mdo and @fat.

Maintained by the core team with the help of our contributors.

Code licensed under MIT, documentation under CC BY 3.0.

@@ -53,11 +53,11 @@ @@ -76,11 +76,11 @@ diff --git a/js/tests/unit/popover.js b/js/tests/unit/popover.js index 5cb4cafddc..827ebb5a52 100644 --- a/js/tests/unit/popover.js +++ b/js/tests/unit/popover.js @@ -30,7 +30,7 @@ $(function () { }) test('should render popover element', function () { - var $popover = $('@mdo') + var $popover = $('@mdo') .appendTo('#qunit-fixture') .bootstrapPopover('show') @@ -40,7 +40,7 @@ $(function () { }) test('should store popover instance in popover data object', function () { - var $popover = $('@mdo').bootstrapPopover() + var $popover = $('@mdo').bootstrapPopover() ok($popover.data('bs.popover'), 'popover instance exists') }) diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html index ced3fdb7d5..6c7f52b2fd 100644 --- a/js/tests/visual/dropdown.html +++ b/js/tests/visual/dropdown.html @@ -28,21 +28,21 @@ @@ -50,11 +50,11 @@ @@ -67,21 +67,21 @@