New .ltr class for forcing elements to be LTR when using an RTL language. see #19598.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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