23 lines
557 B
CSS
23 lines
557 B
CSS
/*
|
|
*
|
|
* The FreeBSD Documentation Project
|
|
* The FreeBSD French Documentation Project
|
|
*
|
|
* $FreeBSD$
|
|
* $Id: extra.css,v 1.1 2002-08-30 11:58:25 gioria Exp $
|
|
* Original revision: 1.1
|
|
*
|
|
* 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.
|
|
*
|
|
*/
|
|
|
|
/* @import "docbook.css"; */
|
|
|
|
/* Customization that looks good for this particular article. */
|
|
|
|
DIV.TITLEPAGE {
|
|
text-align: center;
|
|
}
|