Fix font-awesome URL on custom.css

Makes the import using the URL on HTTPS rather than
HTTP to avoid the source being blocked by some browsers

Change-Id: I7cf12817f4aa4162651eba385257bf0ba087876d
Closes-Bug: #1687329
This commit is contained in:
Victoria Martinez de la Cruz 2017-04-30 20:01:04 -03:00
parent 773cf9f7ca
commit 6c7cf65360
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
.slide {
background: -webkit-gradient(linear, left bottom, left top, from(#eef3f5), to(#fff));