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

Fix Missing "blockquote cite > span" Topic Print And Private Message Print Function Quote Block Cite Float Rule

    XMLWordPrintable

Details

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

    Description

      When printing a topic, the quote block cite time is on the the wrong side of the quote block, see screen shot.

       

      This can be solved by adding a rule to the print.css file to match the one in the content.css file.

       

      File:

      print.css
      

      Find:

      .quote-by, blockquote cite {
          color: black;
          display: block;
          font-weight: bold;
      }

      Add Below:

      blockquote cite > span {
          float: right;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: