Ticket #21440: 21440.3.patch
File 21440.3.patch, 1.3 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentytwelve/style.css
1467 1467 } 1468 1468 1469 1469 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 1470 1491 /* =Print 1471 1492 ----------------------------------------------- */ 1472 1493 -
wp-content/themes/twentytwelve/header.php
9 9 * @since Twenty Twelve 1.0 10 10 */ 11 11 ?><!DOCTYPE html> 12 <!--[if IE 7 | IE 8]> 13 <html class="ie" <?php language_attributes(); ?>> 14 <![endif]--> 15 <!--[if !(IE 7) | !(IE 8) ]><!--> 12 16 <html <?php language_attributes(); ?>> 17 <!--<![endif]--> 13 18 <head> 14 19 <meta charset="<?php bloginfo( 'charset' ); ?>" /> 15 20 <meta name="viewport" content="width=device-width, initial-scale=1.0" />