Give th.th-full font-weight: 400 so its label doesn't get emboldened. Fixes #26272.

Built from https://develop.svn.wordpress.org/trunk@26436


git-svn-id: http://core.svn.wordpress.org/trunk@26334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-27 19:57:10 +00:00
parent acdc440547
commit 06f391665e
4 changed files with 4 additions and 2 deletions

View File

@ -6105,6 +6105,7 @@ span.imgedit-scale-warn {
.form-table th.th-full {
width: auto;
font-weight: 400;
}
.form-table input.tog {

File diff suppressed because one or more lines are too long

View File

@ -6105,6 +6105,7 @@ span.imgedit-scale-warn {
.form-table th.th-full {
width: auto;
font-weight: 400;
}
.form-table input.tog {

File diff suppressed because one or more lines are too long