To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
07/27/10 13:49:40 (22 months ago)
Author:
johnnyoffline
Message:

cleaned _area.php and _globalTools.php - they both use the new .a-ui namespace. the markup is lighter and more organized

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/branches/features/css/lib/helper/aHelper.php

    r1717 r1859  
    1717  if (sfConfig::get('app_a_use_bundled_stylesheet', true)) 
    1818  { 
    19     $response->addStylesheet('/apostrophePlugin/css/a.css', 'first'); 
     19    $response->addStylesheet('/apostrophePlugin/css/a-reset.css'); 
     20    $response->addStylesheet('/apostrophePlugin/css/a-utility.css'); 
     21    $response->addStylesheet('/apostrophePlugin/css/a-forms.css'); 
     22    $response->addStylesheet('/apostrophePlugin/css/a-buttons.css'); 
     23    $response->addStylesheet('/apostrophePlugin/css/a-navigation.css'); 
     24    $response->addStylesheet('/apostrophePlugin/css/a-components.css'); 
     25    $response->addStylesheet('/apostrophePlugin/css/a-area-slots.css'); 
     26    $response->addStylesheet('/apostrophePlugin/css/a-engines.css'); 
     27    $response->addStylesheet('/apostrophePlugin/css/a-admin.css'); 
     28    $response->addStylesheet('/apostrophePlugin/css/a-colors.css'); 
    2029  } 
    2130