mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Don't italicize admin footer in RTL. Props raimy, fixes #11985
git-svn-id: https://develop.svn.wordpress.org/trunk@13226 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -211,6 +211,10 @@ td.available-theme {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#footer,
|
||||
#footer a {
|
||||
font-style: normal;
|
||||
}
|
||||
/* Post Screen */
|
||||
/* 1300 - 1500
|
||||
=================================== */
|
||||
|
||||
Reference in New Issue
Block a user