Fix the border in the install plugins table

git-svn-id: http://svn.automattic.com/wordpress/trunk@11520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-06-04 08:21:17 +00:00
parent a693639ced
commit 75a3b36310
4 changed files with 17 additions and 5 deletions

View File

@@ -76,6 +76,12 @@ select option {
border-bottom: 0 none;
}
#install-plugins .plugins td,
#install-plugins .plugins th {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.plugins .inactive td,
.plugins .inactive th,
.plugins .active td,