Make WordPress Core


Ignore:
Timestamp:
08/08/2012 06:03:59 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: add basic styles for IE7 and IE8, supports basic layout now with the small-nav styles. Props obenland, closes #21440.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/header.php

    r21405 r21482  
    1010 */
    1111?><!DOCTYPE html>
     12<!--[if IE 7 | IE 8]>
     13<html class="ie" <?php language_attributes(); ?>>
     14<![endif]-->
     15<!--[if !(IE 7) | !(IE 8)  ]><!-->
    1216<html <?php language_attributes(); ?>>
     17<!--<![endif]-->
    1318<head>
    1419<meta charset="<?php bloginfo( 'charset' ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.