Remove some unused CSS. props ocean90. fixes #15696

git-svn-id: https://develop.svn.wordpress.org/trunk@16739 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-12-06 03:37:03 +00:00
parent 846861441b
commit 7d9fa8c5f7
3 changed files with 2 additions and 14 deletions

View File

@@ -18,17 +18,6 @@
white-space: normal;
}
/* No drag and drop on ms-sites.php */
.ms-sites-php .postbox h3 {
cursor: auto;
}
.ms-sites-php .postbox .description {
margin:10px 0 0px;
padding:0px 10px 10px;
border-bottom:1px solid #DFDFDF;
}
/* Background Color for Site Status */
tr.site-deleted, a.site-deleted {
background: #ff8573;
@@ -42,4 +31,3 @@ tr.site-archived, a.site-archived {
tr.site-mature, a.site-mature {
background: #fecac2;
}