On Nov 7, 2007 5:41 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote:
> 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.

IMO the entire CSS should be rewritten after we push out the phd builds.
There are lot of unused definition and lots of hacks here and there
and I bet noone really knows what exactly what each definition is
styling.
After the styling rewrite we should probably keep a "local copy" of it
in phd for the chunkedhtml and bightml themes, the chunkedhtml can use
the link element to include the file, while the bightml should
<style><?php include "style.css"?></style> so the standalone bightml
wont need to depend on external file.

-Hannes

Reply via email to