mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Remove the top border from the plugin-update notice, props demetris, fixes #9628
git-svn-id: https://develop.svn.wordpress.org/trunk@11075 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+10
-4
@@ -755,10 +755,16 @@ td.media-icon img {
|
||||
line-height: 29px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
#update-nag {
|
||||
border-width: 1px 0;
|
||||
border-style: solid none;
|
||||
}
|
||||
|
||||
.plugin-update {
|
||||
border-width: 0 0 1px;
|
||||
border-style: none none solid;
|
||||
}
|
||||
|
||||
#update-nag a,
|
||||
|
||||
Reference in New Issue
Block a user