[buddypress-trac] [BuddyPress] #3285: Error in Building a BuddyPress Child Theme
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Jun 17 15:33:13 UTC 2011
#3285: Error in Building a BuddyPress Child Theme
-------------------------------------+-----------------------------
Reporter: john@… | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Keywords: |
-------------------------------------+-----------------------------
on this page
http://codex.buddypress.org/theme-development/building-a-buddypress-child-
theme/
This is shown:
@import url("../../plugins/buddypress/bp-themes/bp-
default/_inc/css/default.css");
/* Inherit the default theme adminbar styles */
@import url("../../plugins/buddypress/bp-themes/bp-
default/_inc/css/adminbar.css");
This fails.
I think it should be:
@import url("../../../../plugins/buddypress/bp-themes/bp-
default/_inc/css/default.css");
/* Inherit the default theme adminbar styles */
@import url("../../../../plugins/buddypress/bp-themes/bp-
default/_inc/css/adminbar.css");
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3285>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list