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

git-svn-id: https://develop.svn.wordpress.org/trunk@10818 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-03-19 09:01:08 +00:00
parent 4fa9b6b1b2
commit fb0376845a
1 changed files with 3 additions and 1 deletions

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;
}