Fix row alternation in IE. http://mosquito.wordpress.org/view.php?id=1139 Props: MC_incubus and EricMeyer

git-svn-id: http://svn.automattic.com/wordpress/trunk@2460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-03-21 23:58:49 +00:00
parent 11f6361840
commit ecbeff5616

View File

@ -547,5 +547,5 @@ textarea, input, select {
.active td {background: #BEB;}
.active .name {background: #9C9;}
.active.alternate td {background: #ADA;}
.active.alternate .name {background: #8B8;}
.alternate.active td {background: #ADA;}
.alternate.active .name {background: #8B8;}