Correct font-size for ol and ul in .widefat, props demetris, fixes #9356

git-svn-id: http://svn.automattic.com/wordpress/trunk@10818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-03-19 09:01:08 +00:00
parent f5d2d4fc95
commit 64fe95ae97

View File

@ -377,7 +377,9 @@ h6 {
border-bottom-right-radius: 4px;
}
.widefat td p {
.widefat td p,
.widefat td ol,
.widefat td ul {
font-size: 11px;
}