Ticket #19196: 19196.5.patch
File 19196.5.patch, 1.5 KB (added by , 13 years ago) |
---|
-
wp-admin/includes/template.php
1675 1675 ?> 1676 1676 <!DOCTYPE html> 1677 1677 <!--[if IE 8]> 1678 <html xmlns="http://www.w3.org/1999/xhtml" class="ie8 " <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>1678 <html xmlns="http://www.w3.org/1999/xhtml" class="ie8 toolbar" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>> 1679 1679 <![endif]--> 1680 1680 <!--[if !(IE 8) ]><!--> 1681 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>1681 <html xmlns="http://www.w3.org/1999/xhtml" class="toolbar" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>> 1682 1682 <!--<![endif]--> 1683 1683 <head> 1684 1684 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> -
wp-admin/css/wp-admin.dev.css
1891 1891 /*------------------------------------------------------------------------------ 1892 1892 8.0 - Layout Blocks 1893 1893 ------------------------------------------------------------------------------*/ 1894 1895 body.admin-bar { 1894 html.toolbar { 1896 1895 padding-top: 28px; 1896 -webkit-box-sizing: border-box; 1897 -moz-box-sizing: border-box; 1898 box-sizing: border-box; 1897 1899 } 1898 1900 1899 1901 .narrow {