Diabook. Get the paths right. There seems to be something in the PHP putting us in unexpected directories...but it works now.
This commit is contained in:
parent
09150cb5dc
commit
b19c832381
3 changed files with 3 additions and 3 deletions
|
@ -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? */
|
/* There seem to be a stupid number of icons. Can we do this better? Are they all actually used? */
|
||||||
.icon.contacts {
|
.icon.contacts {
|
||||||
|
|
|
@ -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.contacts {background-image: url("../diabook-aerith/icons/contacts.png");}
|
||||||
.icon.notifications {background-image: url("../diabook-aerith/icons/notifications.png");}
|
.icon.notifications {background-image: url("../diabook-aerith/icons/notifications.png");}
|
||||||
|
|
|
@ -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 */
|
/* Why are these paths so long? They should probably become ../icons/ in the next revision */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue