Make WordPress Core

Ticket #21440: 21440.2.patch

File 21440.2.patch, 1.5 KB (added by SergeyBiryukov, 12 years ago)
  • wp-content/themes/twentytwelve/header.php

     
    99 * @since Twenty Twelve 1.0
    1010 */
    1111?><!DOCTYPE html>
     12<!--[if IE 6]>
     13<html class="ie6" <?php language_attributes(); ?>>
     14<![endif]-->
     15<!--[if IE 7]>
     16<html class="ie7" <?php language_attributes(); ?>>
     17<![endif]-->
     18<!--[if IE 8]>
     19<html class="ie8" <?php language_attributes(); ?>>
     20<![endif]-->
     21<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
    1222<html <?php language_attributes(); ?>>
     23<!--<![endif]-->
    1324<head>
    1425<meta charset="<?php bloginfo( 'charset' ); ?>" />
    1526<meta name="viewport" content="width=device-width, initial-scale=1.0" />
  • wp-content/themes/twentytwelve/style.css

     
    15461546                margin-left: 50px;
    15471547                margin-left: 3.57142857rem;
    15481548        }
     1549}
     1550
     1551
     1552/* =IE7 & IE8
     1553----------------------------------------------- */
     1554
     1555body {
     1556        background-color: #e6e6e6;
     1557}
     1558.ie7 .site,
     1559.ie8 .site {
     1560        max-width: 960px;
     1561        margin: 3.42857em auto;
     1562}
     1563.ie7 .site-content,
     1564.ie8 .site-content {
     1565        float: left;
     1566        width: 65.1042%;
     1567}
     1568.ie7 .widget-area,
     1569.ie8 .widget-area {
     1570        float: right;
     1571        width: 26.0417%;
    15491572}
     1573 No newline at end of file