Don't squish the autosave error notice. Props mdawaffe. fixes #6267
git-svn-id: http://svn.automattic.com/wordpress/trunk@7368 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bc5e5bd300
commit
352c9fca90
|
@ -1132,6 +1132,10 @@ html, body {
|
|||
border: none;
|
||||
}
|
||||
|
||||
.submitbox #autosave .error {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Categories */
|
||||
|
||||
#categorydiv #category-adder {
|
||||
|
|
Loading…
Reference in New Issue