Validation fixes for post revisions. Props mdawaffe. see #6775

git-svn-id: http://svn.automattic.com/wordpress/trunk@8012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-05-29 23:16:11 +00:00
parent 0db872b5a1
commit 18fb540124
5 changed files with 19 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ a.page-numbers:hover {
border-color: #999;
}
body, .form-table pre {
body, .form-table .pre {
background-color: #fff;
color: #333;
}

View File

@@ -2,7 +2,7 @@ a.page-numbers:hover {
border-color: #999;
}
body, .form-table pre {
body, .form-table .pre {
background-color: #fff;
color: #333;
}