Display better information about broken themes when there is no stylesheet. Fixes #10999 props sivel.

git-svn-id: https://develop.svn.wordpress.org/trunk@12091 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2009-10-22 20:15:54 +00:00
parent 91dafd7a61
commit df21977652
4 changed files with 15 additions and 10 deletions

View File

@@ -3542,3 +3542,9 @@ input.newtag:focus ~ div.taghint {
visibility: hidden;
}
#broken-themes {
text-align: left;
width: 50%;
border-spacing: 3px;
padding: 3px;
}