JDK-4737182 : stddoclet: Creates invalid stylesheet.css file (10pts, san-serif)
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: other
  • CPU: generic
  • Submitted: 2002-08-27
  • Updated: 2014-05-05
  • Resolved: 2002-08-28
Related Reports
Duplicate :  
Description
When bug fix 4417174 was fix, it was done incorrectly.
* Font used in left-hand frame lists */
/* .FrameTitleFont   { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
/* .FrameHeadingFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
/* .FrameItemFont    { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

Also, please remove the two commented lines, which are no longer needed
now that the above lines are commented out:

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

Comments
EVALUATION Closing as duplicate of 4417174 (the original bug, which was re-opened) ###@###.### 2002-08-26
26-08-2002