Changeset 2432

Show
Ignore:
Timestamp:
09/02/08 15:15:35 (3 months ago)
Author:
Heilemann
Message:

Taking a decision on the BP issue, since no one has produced any reasons for us to keep BP in the admin, and it wouldn't hurt us to drop a few KB here and there.

I think we brought over all the CSS we need last week, but keep an eye out for irregularities.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/adminhandler.php

    r2387 r2432  
    6666 
    6767        // Add some default stylesheets 
    68         Stack::add('admin_stylesheet', array(Site::get_url('habari') . '/3rdparty/blueprint/screen.css', 'screen'), 'blueprint'); 
    69         Stack::add('admin_stylesheet', array(Site::get_url('habari') . '/3rdparty/blueprint/print.css', 'print'), 'blueprint_print'); 
    7068        Stack::add('admin_stylesheet', array(Site::get_url('admin_theme') . '/css/admin.css', 'screen'), 'admin'); 
    7169