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

Remove Duplicate Jumpbox CSS

    XMLWordPrintable

Details

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

    Description

      There is some duplicate CSS for the jumpbox in the common stylesheet.

       

      File:

      common.css

       

      Delete:

      .dropdown-contents a {
          display: block;
          padding: 5px;
      }

       

      Delete:

      .jumpbox .dropdown-select {
          margin: 0;
      }

       

      Delete:

      .jumpbox .dropdown-contents a {
          text-decoration: none;
      }

       

      Note:

      The last one can be deleted because line 514 includes a text-decoration: none;

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: