Skip to:
Content

BuddyPress.org

Changeset 1843


Ignore:
Timestamp:
09/10/2009 05:21:07 PM (17 years ago)
Author:
apeatling
Message:

Re-naming bp-sn-framework to bp-sn-parent to escape the drama of calling something a 'framework'. This more accurately represents what it actually is, a parent theme. You will need to re-activate your active theme if it is using bp-sn-parent.

Location:
trunk/bp-themes
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/style.css

    r1675 r1843  
    66Author: BuddyPress.org
    77Author URI: http://buddypress.org
    8 Template: bp-sn-framework
     8Template: bp-sn-parent
    99*/
    1010
    1111/* Font styles */
    12 @import url( ../bp-sn-framework/_inc/css/fonts/12px.css );
     12@import url( ../bp-sn-parent/_inc/css/fonts/12px.css );
    1313
    1414/* Layout styles for home page, internal pages and blog/directory pages */
    15 @import url( ../bp-sn-framework/_inc/css/layout/home-page/3c-right.css );
    16 @import url( ../bp-sn-framework/_inc/css/layout/internal-pages/3c-left.css );
    17 @import url( ../bp-sn-framework/_inc/css/layout/blog-dir-pages/2c-right.css );
     15@import url( ../bp-sn-parent/_inc/css/layout/home-page/3c-right.css );
     16@import url( ../bp-sn-parent/_inc/css/layout/internal-pages/3c-left.css );
     17@import url( ../bp-sn-parent/_inc/css/layout/blog-dir-pages/2c-right.css );
    1818
    1919/* Default theme admin bar styles */
Note: See TracChangeset for help on using the changeset viewer.