Minor styling change for update notification.

git-svn-id: https://develop.svn.wordpress.org/trunk@5949 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2007-08-27 18:52:50 +00:00
parent a434f1056b
commit 81f0bb0ac0
1 changed files with 2 additions and 5 deletions

View File

@ -1332,20 +1332,17 @@ a.view-link {
#update-nag, .plugin-update {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
background: #fffeeb;
line-height: 29px;
font-size: 12px;
color: #555;
text-align: center;
}
}
#update-nag a, .plugin-update a {
font-size: 1.1em;
}
#update-nag a:link, .plugin-update a:link {
color: #036;
}
.plugin-update {
text-align: left;
}