From 6d3eb3fed6755f5ede69ac287d4e2452bfc3a824 Mon Sep 17 00:00:00 2001 From: Vincent Ollivier Date: Thu, 23 May 2013 21:43:18 +0200 Subject: Added !default to $img-border --- .themes/classic/sass/base/_theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.themes') diff --git a/.themes/classic/sass/base/_theme.scss b/.themes/classic/sass/base/_theme.scss index 1a43a03d..20dcd24e 100644 --- a/.themes/classic/sass/base/_theme.scss +++ b/.themes/classic/sass/base/_theme.scss @@ -1,5 +1,5 @@ $noise-bg: image-url('noise.png') top left !default; -$img-border: inline-image('dotted-border.png'); +$img-border: inline-image('dotted-border.png') !default; // Main Link Colors $link-color: lighten(#165b94, 3) !default; -- cgit v1.2.1 From 27dcfa1a510cece7ede8ad26fd0cfa475552b7ea Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 25 Jun 2013 18:29:28 -0400 Subject: Use protocol relative URL for Twitter --- .themes/classic/source/_includes/twitter_sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.themes') diff --git a/.themes/classic/source/_includes/twitter_sharing.html b/.themes/classic/source/_includes/twitter_sharing.html index 687e77de..7cd5fbc2 100644 --- a/.themes/classic/source/_includes/twitter_sharing.html +++ b/.themes/classic/source/_includes/twitter_sharing.html @@ -4,7 +4,7 @@ var twitterWidgets = document.createElement('script'); twitterWidgets.type = 'text/javascript'; twitterWidgets.async = true; - twitterWidgets.src = 'http://platform.twitter.com/widgets.js'; + twitterWidgets.src = '//platform.twitter.com/widgets.js'; document.getElementsByTagName('head')[0].appendChild(twitterWidgets); })(); -- cgit v1.2.1 From 09789773eb0fc4691c6054d5f2b16d0f3b16776a Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 25 Jun 2013 18:34:06 -0400 Subject: Fix second Twitter URL to be protocol relative --- .themes/classic/source/_includes/post/sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.themes') diff --git a/.themes/classic/source/_includes/post/sharing.html b/.themes/classic/source/_includes/post/sharing.html index e32500d0..d639faa1 100644 --- a/.themes/classic/source/_includes/post/sharing.html +++ b/.themes/classic/source/_includes/post/sharing.html @@ -1,6 +1,6 @@