Kaydet (Commit) ca7ee4be authored tarafından Brian Rosner's avatar Brian Rosner

Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines.…

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
üst 80ac41e2
......@@ -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 }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment