2002-02-25 15:41:59 +01:00
|
|
|
/*
|
|
|
|
* 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. */
|
|
|
|
|
2004-07-12 17:45:21 +02:00
|
|
|
DIV.TITLEPAGE {
|
2002-02-25 15:41:59 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|