Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4749567

stddoclet: Add CSS style for setting header/footer to be italic

XMLWordPrintable

    • b103
    • generic
    • other
    • Verified

      The header/footer are currently hard-coded to <EM> so that
      the following produces an italic header:

      -header "Java 2 Platform Std. Ed. v1.4.0"

      It would be cleaner to do this in the style sheet, so
      it could be overridden in the style sheet rather than
      in the -header argument.

      That is, rather than:

      -header "</EM>Java 2 Platform Std. Ed. v1.4.0<EM>"

      you could do:

      .HeaderText { font-style:italic; font-size:80%; }

      and override it by changing "italic" to "normal".

            bpatel Bhavesh Patel (Inactive)
            dkramersunw Douglas Kramer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: