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

git-svn-id: https://develop.svn.wordpress.org/trunk@26807 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-08 20:26:46 +00:00
parent 3a7e0cd3d5
commit 3b0af54067

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,