d6ee32ba2d
Submitted by: Juan F. Rodriguez jrh at it.uc3m.es Approved by: jesusr (mentor)
16 lines
377 B
CSS
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;
|
|
}
|