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:
nacin
2012-02-03 00:03:26 +00:00
parent 10410be1f7
commit f2da91e134
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;
}