Revert plugin page styling for now. Props mt. see #6067

git-svn-id: https://develop.svn.wordpress.org/trunk@7142 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-03 21:09:08 +00:00
parent 91e7f34fd7
commit a92d85d138
1 changed files with 6 additions and 7 deletions

View File

@ -1,15 +1,13 @@
#plugins .active td {
opacity:1;
filter:alpha(opacity=100)
#plugins tr {
background: #f0f0f0;
}
#plugins .active td.name {
#plugins .name {
font-weight: bold;
}
#plugins td {
opacity:0.70;
filter:alpha(opacity=70)
#plugins .active {
background: #fff;
}
#plugins p {
@ -19,6 +17,7 @@
#plugins .togl {
width: 150px;
border-right: 1px solid #ccc;
}
.import-system {