From 909a1783620250f544a9bc61934223e8bd50c894 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 7 Oct 2014 15:28:41 +0300 Subject: [PATCH] Change Twitter links to use `https`. --- docs/_includes/css/less.html | 2 +- docs/_includes/css/overview.html | 2 +- docs/_includes/footer.html | 2 +- docs/_includes/js/dropdowns.html | 48 ++++++++++++++++---------------- js/tests/unit/popover.js | 4 +-- js/tests/visual/dropdown.html | 40 +++++++++++++------------- 6 files changed, 49 insertions(+), 49 deletions(-) diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index b325ea9eb..20aac061a 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 3a942da3b..86a5b45b0 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 933c4d532..ef68da3eb 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 5cb4cafdd..827ebb5a5 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 ced3fdb7d..6c7f52b2f 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 @@