Hide admin notices on the about/credits/freedoms screens. props devinreams, fixes #19237.

git-svn-id: https://develop.svn.wordpress.org/trunk@19393 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-11-22 04:07:34 +00:00
parent 03decd1a22
commit 8ab205ada4
3 changed files with 6 additions and 2 deletions

View File

@@ -4819,6 +4819,10 @@ input.button-highlighted,
margin: 44px 40px 0 20px;
font-size: 14px;
}
.about-wrap div.updated,
.about-wrap div.error {
display: none !important;
}
.about-wrap p {
line-height: 1.6em;
}