IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
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" /> |
| 27 | No newline at end of file |
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
1546 | 1546 | margin-left: 50px; |
1547 | 1547 | margin-left: 3.57142857rem; |
1548 | 1548 | } |
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 |