Don't italicize admin footer in RTL. Props raimy, fixes #11985
git-svn-id: http://svn.automattic.com/wordpress/trunk@13226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b8ecd8058f
commit
61a1dc747d
File diff suppressed because one or more lines are too long
|
@ -211,6 +211,10 @@ td.available-theme {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
#footer,
|
||||||
|
#footer a {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
/* Post Screen */
|
/* Post Screen */
|
||||||
/* 1300 - 1500
|
/* 1300 - 1500
|
||||||
=================================== */
|
=================================== */
|
||||||
|
|
Loading…
Reference in New Issue