Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. Thanks mksoft for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
80ac41e2f7
commit
ca7ee4be17
|
@ -44,3 +44,6 @@ div.breadcrumbs { text-align:right; }
|
|||
|
||||
.selector { float: right;}
|
||||
.selector .selector-filter { text-align: right;}
|
||||
|
||||
/* x unsorted */
|
||||
.inline-related h2 { text-align:right }
|
||||
|
|
Loading…
Reference in New Issue