doc/en_US.ISO8859-1/articles/releng/extra.css
Murray Stokely ef170fbc97 Add a stylesheet addition to center the contents of div.titlepage.
This looks better (IMHO) for this article, but it looks worse for some
of the others.
2002-02-25 14:41:59 +00:00

16 lines
377 B
CSS

/*
* Netscape 4 does not recognize the @import directive of CSS, so we
* can't add an additional stylesheet layer on top of the default one.
* Instead, we use this hack to copy this file to the end of
* docbook.css.
*
* $FreeBSD$
*/
/* @import "docbook.css"; */
/* Customization that looks good for this particular article. */
DIV.TITLEPAGE {
text-align: center;
}