Make WordPress Core


Ignore:
Timestamp:
12/05/2013 09:02:11 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove unneeded !important declarations, and comment the ones we absolutely need to keep around. Fixes #26444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r26665 r26689  
    240240
    241241    // Load the Internet Explorer specific stylesheet.
    242     wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style', 'genericons' ), '20131110' );
     242    wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style', 'genericons' ), '20131205' );
    243243    wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' );
    244244
Note: See TracChangeset for help on using the changeset viewer.