diff options
author | Peter Eisentraut | 2009-08-26 21:18:29 +0000 |
---|---|---|
committer | Peter Eisentraut | 2009-08-26 21:18:29 +0000 |
commit | 6c74c9dad8f929411fc6717cea6ab3c79d998dbd (patch) | |
tree | 526a79ca63222b77926b928cff3f8a83922f1b1b | |
parent | ae3da8ad402f6a2398a722b40bfd5a3e68dd96e6 (diff) |
Correct my overly enthusiastic CSS simplification.
-rw-r--r-- | doc/src/sgml/stylesheet.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css index b54de4314f..84fc847c4f 100644 --- a/doc/src/sgml/stylesheet.css +++ b/doc/src/sgml/stylesheet.css @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.8 2009/08/26 13:56:24 petere Exp $ */ +/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.9 2009/08/26 21:18:29 petere Exp $ */ /* color scheme similar to www.postgresql.org */ @@ -56,7 +56,7 @@ H6 { /* center some titles */ -.TITLEPAGE { +.BOOK .TITLE, .BOOK .CORPAUTHOR, .BOOK .COPYRIGHT { text-align: center; } |