[plt-dev] Re: Scribble-generate HTML documentation is too wide
At Mon, 23 Feb 2009 10:11:32 +0100, Michael Schuerig wrote:
> On Monday 23 February 2009, Noel Welsh wrote:
> > Other than getting a new monitor (or a second monitor) a cheap hack,
> > if you use Firefox, is to setup a per-domain CSS rule. See here, for
> > example:
> >
> >
> > http://www.wizcrafts.net/blogs/2007/01/how_to_create_a_custom_persona
> >l_styleshe.html
>
> As you say that approach requires Firefox-specific CSS selectors. A
> cross-browser way to have this are CSS signatures
>
> http://archivist.incutio.com/viewlist/css-discuss/13291
>
> Maybe someone could change the scribble templates accordingly.
Done:
* Scribble now installs the ID "scribble-plt-scheme-org" by default
when rendering to HTML.
* Setup PLT adjusts the ID to "doc-plt-scheme-org" for any document
that it builds.
* A document author can override both layers of defaults with a
`body-id' style on the `part' that represents the document.
Matthew