Skip to content

Commit

Permalink
Fix IE8 line-height of title input. props ocean90, fixes #13890.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@15255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Jun 14, 2010
1 parent 48bc4e2 commit 35a3cdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wp-admin/css/wp-admin.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions wp-admin/css/wp-admin.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -1790,6 +1790,7 @@ div.inside {
-webkit-border-radius: 6px;
border-radius: 6px;
font-size: 1.7em;
line-height: 100%;
width: 100%;
outline: none;
}
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ function wp_default_styles( &$styles ) {
// Any rtl stylesheets that don't have a .dev version for ltr
$no_suffix = array( 'farbtastic' );

$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100611' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100614' );

$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100610' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
Expand Down

0 comments on commit 35a3cdc

Please sign in to comment.