Remove table striping

git-svn-id: https://develop.svn.wordpress.org/trunk@9627 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-12 03:55:23 +00:00
parent 047f108d0b
commit 9dce538b95
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ h3.info-box-title,
.form-table tr,
.form-wrap .form-field {
background-color: #f1f1f1;
background-color: #f9f9f9;
}
select {
@ -223,7 +223,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
.form-table th,
#wpbody-content .describe td,
#wpbody-content .describe th {
border-bottom-color: #fff;
border-bottom-color: #f9f9f9;
}
.highlight {