]> git.mxchange.org Git - friendica.git/commitdiff
Diabook. Get the paths right. There seems to be something in the PHP putting us...
authorThomas Willingham <founder@kakste.com>
Fri, 16 Nov 2012 00:36:52 +0000 (00:36 +0000)
committerThomas Willingham <founder@kakste.com>
Fri, 16 Nov 2012 00:36:52 +0000 (00:36 +0000)
view/theme/diabook/diabook-aerith/style-network.css
view/theme/diabook/diabook-aerith/style-profile.css
view/theme/diabook/diabook-aerith/style.css

index edc38724319a0e326c28cd3e037af0984647c80f..5b78eb8cc89882a1ac1be05c22c5020ddb2bbbbd 100644 (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 {
index 25e93c8b8b356fb6d8bbebc3eb64bce9142b3014..c6c1fecfa6fbb636943566750536c1ddf56706a7 100644 (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");}
index 33a533da3aace5958fce8e01d90332daabf847d4..077c25930d8780900c4d7c49af0fec3a738ad93a 100644 (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 */