Make WordPress Core

Ticket #21440: 21440.3.patch

File 21440.3.patch, 1.3 KB (added by obenland, 12 years ago)
  • wp-content/themes/twentytwelve/style.css

     
    14671467}
    14681468
    14691469
     1470/* =IE 8
     1471----------------------------------------------- */
     1472
     1473.ie .site {
     1474        max-width: 960px;
     1475        margin: 48px auto;
     1476}
     1477.ie .site-content {
     1478        float: left;
     1479        width: 65.104166667%;
     1480}
     1481.ie .full-width .site-content {
     1482        float: none;
     1483        width: 100%;
     1484}
     1485.ie .widget-area {
     1486        float: right;
     1487        width: 26.041666667%;
     1488}
     1489
     1490
    14701491/* =Print
    14711492----------------------------------------------- */
    14721493
  • wp-content/themes/twentytwelve/header.php

     
    99 * @since Twenty Twelve 1.0
    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' ); ?>" />
    1520<meta name="viewport" content="width=device-width, initial-scale=1.0" />