RTL: For the list table items count, don't italicize the text. Remove a typo that tried to convert the text to bold; normal is the preferred route here so we are not going to set a font-weight. props yoavf, georgestephanis. fixes #20754.
git-svn-id: https://develop.svn.wordpress.org/trunk@20961 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
181e1a26f6
commit
d21efbb68e
|
@ -702,7 +702,7 @@ th.sorted a span {
|
|||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
font-style: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.tablenav .actions {
|
||||
|
|
Loading…
Reference in New Issue