Edward Z. Yang wrote: > 3. The plain HTML output of the class synopsis looks quite ugly, because > there is no indentation, coloring, etc. We may want to consider having a > simple, default style for these output formats. It could be a module of > the larger PHP.net style, in that the phpweb theme uses both the simple > HTML style and the PHP.net style, while chunkedhtml/bightml only uses > the simple HTML style.
As a follow up to this, using site.css is sufficient to make the HTML output look pretty, so long as we add margins to <body>. There is a question, however, of how PhD should get its hands on this CSS file, as it belongs in the phpweb module. I've been toying around with the Prev/Up/Next navigation. I don't like how the floats cause the Up text to move around (i.e. the centering changes with their widths). This can be fixed with absolute positioning, but then we have some nasty overlapping text. Maybe the layout should be: +------------------------+ | up | | prev next | <-- notice nothing in the middle here | home | +------------------------+ Just a little pet peeve of mine. :-) P.S. I will be AWOL until Saturday. -- Edward Z. Yang GnuPG: 0x869C48DA HTML Purifier <http://htmlpurifier.org> Anti-XSS Filter [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]]
