Don't pre-fill empty image alt when inserting into a post.

git-svn-id: https://develop.svn.wordpress.org/trunk@12161 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-11-10 00:09:40 +00:00
parent ebe702a851
commit e15e8b710d
3 changed files with 6 additions and 4 deletions

View File

@@ -123,6 +123,10 @@ abbr.required {
padding: 0 5px 8px 0;
}
.describe td.error {
padding: 2px 8px;
}
.describe td.A1 {
width: 132px;
}