Force the plugin details to be LTR for all screens. props dd32. fixes #19778.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-04-27 18:52:58 +00:00
parent a5cdba485d
commit e949a5bd93
1 changed files with 1 additions and 1 deletions

View File

@ -2253,7 +2253,7 @@ div.star {
direction: rtl; direction: rtl;
} }
#section-description { #plugin-information #section-holder .section {
direction: ltr; direction: ltr;
} }