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:
Thomas Willingham 2012-11-16 00:36:52 +00:00
parent 09150cb5dc
commit b19c832381
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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");}

View File

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