From b19c83238189504148fbfb4f77c45ffc7229b764 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 16 Nov 2012 00:36:52 +0000 Subject: [PATCH] Diabook. Get the paths right. There seems to be something in the PHP putting us in unexpected directories...but it works now. --- view/theme/diabook/diabook-aerith/style-network.css | 2 +- view/theme/diabook/diabook-aerith/style-profile.css | 2 +- view/theme/diabook/diabook-aerith/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view/theme/diabook/diabook-aerith/style-network.css b/view/theme/diabook/diabook-aerith/style-network.css index edc3872431..5b78eb8cc8 100644 --- a/view/theme/diabook/diabook-aerith/style-network.css +++ b/view/theme/diabook/diabook-aerith/style-network.css @@ -1,4 +1,4 @@ -@import url('../style-network.css'); +@import url('../../diabook/style-network.css'); /* There seem to be a stupid number of icons. Can we do this better? Are they all actually used? */ .icon.contacts { diff --git a/view/theme/diabook/diabook-aerith/style-profile.css b/view/theme/diabook/diabook-aerith/style-profile.css index 25e93c8b8b..c6c1fecfa6 100644 --- a/view/theme/diabook/diabook-aerith/style-profile.css +++ b/view/theme/diabook/diabook-aerith/style-profile.css @@ -1,4 +1,4 @@ -@import url('../style-profile.css'); +@import url('../../diabook/style-profile.css'); .icon.contacts {background-image: url("../diabook-aerith/icons/contacts.png");} .icon.notifications {background-image: url("../diabook-aerith/icons/notifications.png");} diff --git a/view/theme/diabook/diabook-aerith/style.css b/view/theme/diabook/diabook-aerith/style.css index 33a533da3a..077c25930d 100644 --- a/view/theme/diabook/diabook-aerith/style.css +++ b/view/theme/diabook/diabook-aerith/style.css @@ -1,4 +1,4 @@ -@import url('../style.css'); +@import url('../diabook/style.css'); /* Why are these paths so long? They should probably become ../icons/ in the next revision */