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 */