From 7d099330fa1b65a072d26ce28e3d4dc296f13ccf Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 26 Aug 2009 21:18:29 +0000 Subject: [PATCH] Correct my overly enthusiastic CSS simplification. --- doc/src/sgml/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css index 08a340ce56..fda42c13f9 100644 --- a/doc/src/sgml/stylesheet.css +++ b/doc/src/sgml/stylesheet.css @@ -56,7 +56,7 @@ H6 { /* center some titles */ -.TITLEPAGE { +.BOOK .TITLE, .BOOK .CORPAUTHOR, .BOOK .COPYRIGHT { text-align: center; } -- 2.39.5