Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17254

Remove Surplus Breadcrumb Span "li.breadcrumbs span:first-child > a" Padding Rule

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.3.11
    • Styles

      The bidi.css file has a padding 0 rule for the breadcrumb span but there is no padding there in the first place so it has no effect.

      The rule is not in the standard LTR files either so it is probably leftover from something that was removed previously.

       

      File:

      bidi.css
      

      Delete:

      li.breadcrumbs span:first-child > a {
          padding-left: 0;
      }

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

              Created:
              Updated: