Fixed #13168 - Corrected the alignment of the admin inline headers for 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
This commit is contained in:
Jannis Leidel 2010-05-10 11:20:17 +00:00
parent 8b540073eb
commit e3a3175d45
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ fieldset .field-box {
/* MISC */
.inline-related h2 {
.inline-related h2, .inline-group h2 {
text-align: right
}