Make WordPress Core

Ticket #21440: 21440.patch

File 21440.patch, 1.6 KB (added by sennza, 12 years ago)
  • wp-content/themes/twentytwelve/header.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    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" />
     27 No newline at end of file
  • wp-content/themes/twentytwelve/style.css

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    15461546                margin-left: 50px;
    15471547                margin-left: 3.57142857rem;
    15481548        }
    1549 }
    1550  No newline at end of file
     1549}
     1550
     1551
     1552/* =IE7 & IE8
     1553----------------------------------------------- */
     1554
     1555.ie7 .site,
     1556.ie8 .site {
     1557        max-width: 960px;
     1558        margin: 3.42857em auto;
     1559}
     1560.ie7 .site-content,
     1561.ie8 .site-content {
     1562        float: left;
     1563    width: 65.1042%;
     1564}
     1565.ie7 .widget-area,
     1566.ie8 .widget-area {
     1567        float: right;
     1568    width: 26.0417%;
     1569}
     1570 No newline at end of file