Numerous RTL improvements. props ocean90, TECannon. fixes #13663, fixes #13677.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-06-05 21:04:48 +00:00
parent 7142f4ec36
commit 7b2f3bd843
10 changed files with 36 additions and 18 deletions

View File

@@ -1,3 +1,9 @@
html {
direction: ltr;
}
body {
direction: rtl;
}
* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -109px;
}