Skip to content

Commit

Permalink
Fixed #13168 - Corrected the alignment of the admin inline headers fo…
Browse files Browse the repository at this point in the history
…r rtl languages. Thanks for the report and patch, benc.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed May 10, 2010
1 parent 8b54007 commit e3a3175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/admin/media/css/rtl.css
Expand Up @@ -200,7 +200,7 @@ fieldset .field-box {


/* MISC */ /* MISC */


.inline-related h2 { .inline-related h2, .inline-group h2 {
text-align: right text-align: right
} }


Expand Down

0 comments on commit e3a3175

Please sign in to comment.