From 658a1440a53ac44af9aa1570cd8adf775eef4823 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Tue, 11 Mar 2014 13:24:44 +0100 Subject: Now getting google webfonts via https. Hopefully fixed image link. --- www/static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/static/style.css') diff --git a/www/static/style.css b/www/static/style.css index b7c00df..7d5159c 100644 --- a/www/static/style.css +++ b/www/static/style.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300); +@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300); /*************************************************************** General Page Styling @@ -33,7 +33,7 @@ a.logo{ width: 70px; margin-top: 5px; margin-left: 5px; - background-image: url(./logo.svg); + background-image: url(static/logo.svg); background-repeat:no-repeat; background-size:66px 66px; background-color:#3083D6; @@ -47,7 +47,7 @@ a.logo{ a.logo:hover{ display: block; background:#2669AB; - background-image: url(./logo.svg); + background-image: url(static/logo.svg); background-repeat:no-repeat; background-size:66px 66px; background-position: center; -- cgit v1.2.3