Ticket #22446: 22446-icon-placement.diff
File 22446-icon-placement.diff, 607 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/template.php
1646 1646 <!--<![endif]--> 1647 1647 <head> 1648 1648 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 1649 <!--[if lte IE 10]> 1650 <style> 1651 .attachments .attachment { 1652 text-align: center; 1653 } 1654 .attachments .attachment .icon { 1655 padding-top: 20%; 1656 position: relative; 1657 left: 0; 1658 top: 0; 1659 }</style> 1660 <!--<![endif]--> 1649 1661 <?php 1650 1662 } 1651 1663