mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Switched all paths to fully relative so that all styles work whether downloading trestle or trestle-master
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @package Trestle
|
||||
*/
|
||||
|
||||
@import url( '/wp-content/themes/trestle/style.css' );
|
||||
@import url( '../../style.css' );
|
||||
|
||||
/* Overrides
|
||||
--------------------------------------------- */
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user