From f1b0c0859bb10f557caa18cdd02afda482fc558a Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 6 Sep 2011 13:38:51 -0700 Subject: [PATCH] Don't hardcode protocol to Google Fonts. Without this change, using Ace on an SSL page throws a mixed content warning: https://img.skitch.com/20110906-8xhu97awwbeyjf6bsgawj4y7d6.png --- lib/ace/css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index ace961ae..48321420 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono); +@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono); .ace_editor {