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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-11-22 04:07:34 +00:00
parent e06a8cc7d5
commit 62b662cc14
3 changed files with 6 additions and 2 deletions
File diff suppressed because one or more lines are too long
+4
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;
}