Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-17218

RTL: Ordered Lists In The Forum Rules Box Don't Display Properly

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.11
    • None
    • Styles

    Description

      Ordered lists in the forum rules box don't display properly when using an RTL language, this can be solved by making a quick change to the bidi stylesheet.

       

      File:

      bidi.css

      Find:

      .rtl div.rules ul {
          margin-left: 0;
          margin-right: 20px;
      }

       

      Change To:

      .rtl div.rules ul, .rtl div.rules ol {
          margin-left: 0;
          margin-right: 20px;
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: