diff --git a/lib/admin/editor-style.css b/lib/admin/editor-style.css index 1c909fc..66152e1 100644 --- a/lib/admin/editor-style.css +++ b/lib/admin/editor-style.css @@ -6,7 +6,7 @@ * @package Trestle */ -@import url( '/wp-content/themes/trestle/style.css' ); +@import url( '../../style.css' ); /* Overrides --------------------------------------------- */ diff --git a/lib/functions/theme-functions.php b/lib/functions/theme-functions.php index dea56fa..21dbc96 100644 --- a/lib/functions/theme-functions.php +++ b/lib/functions/theme-functions.php @@ -2,7 +2,7 @@ /** * Trestle theme functions (front-end) * - * Note: all admin theme functionality is located at: trestle/lib/admin/admin.php + * Note: all admin theme functionality is located at: lib/admin/admin.php * * @since 1.0.0 * diff --git a/style.css b/style.css index bfd4bb8..111d224 100644 --- a/style.css +++ b/style.css @@ -296,7 +296,7 @@ a img { } .external-link-icons .external-link:after { - content: url(/wp-content/themes/trestle/images/external.png); + content: url(images/external.png); margin: 0 0 0 4px; white-space: nowrap; } @@ -306,19 +306,19 @@ a img { } .email-link-icons .email-link:before { - content: url(/wp-content/themes/trestle/images/email.png); + content: url(images/email.png); margin: 0 4px 0 0; white-space: nowrap; } .pdf-link-icons .pdf-link:before { - content: url(/wp-content/themes/trestle/images/pdf.png); + content: url(images/pdf.png); margin: 0 4px 0 0; white-space: nowrap; } .doc-link-icons .doc-link:before { - content: url(/wp-content/themes/trestle/images/doc.png); + content: url(images/doc.png); margin: 0 4px 0 0; white-space: nowrap; }