Remove 1px margin from post title input so it lines up with the top right-column meta box. Fixes #26483, props ocean90.

Built from https://develop.svn.wordpress.org/trunk@26807


git-svn-id: http://core.svn.wordpress.org/trunk@26694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-08 20:27:10 +00:00
parent dfceeb7471
commit 9c539f43b7
4 changed files with 4 additions and 4 deletions

View File

@ -4056,7 +4056,7 @@ ul.cat-checklist {
height: 1.7em;
width: 100%;
outline: none;
margin: 1px 0;
margin: 0;
}
#titlediv #title-prompt-text,

File diff suppressed because one or more lines are too long

View File

@ -4056,7 +4056,7 @@ ul.cat-checklist {
height: 1.7em;
width: 100%;
outline: none;
margin: 1px 0;
margin: 0;
}
#titlediv #title-prompt-text,

File diff suppressed because one or more lines are too long