Ticket #21440: 21440.2.patch
File 21440.2.patch, 1.5 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentytwelve/header.php
9 9 * @since Twenty Twelve 1.0 10 10 */ 11 11 ?><!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) ]><!--> 12 22 <html <?php language_attributes(); ?>> 23 <!--<![endif]--> 13 24 <head> 14 25 <meta charset="<?php bloginfo( 'charset' ); ?>" /> 15 26 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -
wp-content/themes/twentytwelve/style.css
1546 1546 margin-left: 50px; 1547 1547 margin-left: 3.57142857rem; 1548 1548 } 1549 } 1550 1551 1552 /* =IE7 & IE8 1553 ----------------------------------------------- */ 1554 1555 body { 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%; 1549 1572 } 1573 No newline at end of file