mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
New .ltr class for forcing elements to be LTR when using an RTL language. see #19598.
git-svn-id: https://develop.svn.wordpress.org/trunk@19817 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2408,4 +2408,9 @@ div.sidebar-name h3 {
|
||||
.press-this #header-logo,
|
||||
.press-this #wphead h1 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* RTL */
|
||||
.ltr {
|
||||
direction: ltr;
|
||||
}
|
||||
Reference in New Issue
Block a user