Skip to:
Content

BuddyPress.org

Changeset 1328


Ignore:
Timestamp:
04/14/2009 08:55:23 AM (15 years ago)
Author:
apeatling
Message:

Removing the loader.php dependency. It's a much faster and safer bet not using this method.

Location:
trunk/bp-themes/buddypress-home
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/buddypress-home/css/site-wide-sample.css

    r1052 r1328  
    77
    88 This CSS file is not limited to the 'buddypress-home' theme. Place this file in any theme that you
    9  activate for your root blog and it will be loaded.
     9 activate for your root blog and it will be loaded as long as BuddyPress is enabled.
    1010*/
  • trunk/bp-themes/buddypress-home/style.css

    r1315 r1328  
    88*/
    99
    10 @import url(css/loader.php);
     10/* Load the base styles */
     11@import url(css/base.css);
     12
     13/***
     14 * Rename /css/custom-sample.css to /css/custom.css and uncomment the following line to load your own
     15 * custom styles without modifying the originals (this will preserve your changes across theme updates)
     16 * 
     17 * @import url(css/custom.css);
     18 */
     19
     20/***
     21 * NOTE: If you rename /css/site-wide-sample.css to /css/site-wide.css you can apply CSS styles to any
     22 * theme that is in use across your whole site. This includes any blog or member theme. You do not
     23 * need to add an @import declaration in this file, it will load automaticaly.
     24 */
Note: See TracChangeset for help on using the changeset viewer.