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:
Andrew Nacin
2012-02-03 00:03:26 +00:00
parent e4134cbb0c
commit 6e9c274c00
2 changed files with 7 additions and 2 deletions

View File

@@ -2408,4 +2408,9 @@ div.sidebar-name h3 {
.press-this #header-logo,
.press-this #wphead h1 {
float: right;
}
/* RTL */
.ltr {
direction: ltr;
}