blob: f10cc6ff72308d5041dd915c51130ae756e41bfe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/*
* 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.
*
* The FreeBSD Russian Documentatin Project
*
* $FreeBSD$
* $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/releng/extra.css,v 1.2 2004/08/10 09:02:08 den Exp $
*
* Original revision: r38826
*/
/* @import "docbook.css"; */
/* Customization that looks good for this particular article. */
DIV.TITLEPAGE {
text-align: center;
}
|