summaryrefslogtreecommitdiff
path: root/www/static
diff options
context:
space:
mode:
authoroweissbarth2014-03-11 13:24:44 +0100
committeroweissbarth2014-03-11 13:24:44 +0100
commit658a1440a53ac44af9aa1570cd8adf775eef4823 (patch)
tree15506af88115e4b8f204b0cabb2c783906dfb6ab /www/static
parent8bc1b7131eed6df556efd1ffcbe9a92f3f60f161 (diff)
downloadfiles.iamfabulous.de-658a1440a53ac44af9aa1570cd8adf775eef4823.tar.gz
Now getting google webfonts via https. Hopefully fixed image link.
Diffstat (limited to 'www/static')
-rw-r--r--www/static/login.css2
-rw-r--r--www/static/register.css2
-rw-r--r--www/static/style.css6
3 files changed, 5 insertions, 5 deletions
diff --git a/www/static/login.css b/www/static/login.css
index 549e307..ff9e665 100644
--- a/www/static/login.css
+++ b/www/static/login.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);
/*********************************************************
Login-Form
**********************************************************/
diff --git a/www/static/register.css b/www/static/register.css
index 76f07ac..de6903b 100644
--- a/www/static/register.css
+++ b/www/static/register.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);
/*********************************************************
Register-Form
**********************************************************/
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;