Plugin Directory

Changeset 669498


Ignore:
Timestamp:
02/17/2013 11:49:47 PM (13 years ago)
Author:
bastb
Message:

Removed old css wrapper and renamed css files to reflect the difference between the distributed jquery css and the customizations done for lips

Location:
lips/branches/dev-0.8.10
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • lips/branches/dev-0.8.10/lips.php

    r620457 r669498  
    13801380        wp_enqueue_style('wp-jquery-ui-dialog');
    13811381        wp_register_style('lips', plugins_url('css/lips.css', __FILE__), array());
    1382         wp_register_style('lips-jquery-custom', plugins_url('css/jquery-ui-1.7.3.custom.css', __FILE__), array());
     1382        // Include a straight copy of the jquery css
     1383        wp_register_style('lips-jquery-dist', plugins_url('css/jquery-ui-dist.css', __FILE__), array());
     1384        // And the overrides
     1385        wp_register_style('lips-jquery', plugins_url('css/jquery-ui-lips.css', __FILE__), array());
    13831386        wp_enqueue_style('lips');
    1384         wp_enqueue_style('lips-jquery-custom');
     1387        wp_enqueue_style('lips-jquery-dist');
     1388        wp_enqueue_style('lips-jquery');
    13851389    }
    13861390   
Note: See TracChangeset for help on using the changeset viewer.