From 414550f438fc8f15841cb20c3fa19679f7aed288 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Mon, 11 Mar 2002 05:02:04 +0000
Subject: [PATCH] Uppercase class selectors, to work with browsers that follow
 the standards.

---
 doc/src/sgml/stylesheet.css | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css
index d792db77007..2dacf601323 100644
--- a/doc/src/sgml/stylesheet.css
+++ b/doc/src/sgml/stylesheet.css
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.2 2001/09/15 00:48:59 petere Exp $ */
+/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.3 2002/03/11 05:02:04 petere Exp $ */
 
 /* color scheme similar to www.postgresql.org */
 
@@ -13,26 +13,26 @@ A:active	{ color: #FF0000; }
 
 /* center titles */
 
-BODY.book H1.title, BODY.set H1.title {
+BODY.BOOK H1.TITLE, BODY.SET H1.TITLE {
 	text-align: center;
 	font-size: 250%;
 	font-family: sans-serif;
 	color: #020167;
 }
 
-BODY.book H3.corpauthor, BODY.set H3.corpauthor {
+BODY.BOOK H3.CORPAUTHOR, BODY.SET H3.CORPAUTHOR {
 	text-align: center;
 	font-style: italic;
 	font-weight: normal;
 }
 
-BODY.book .copyright, BODY.set .copyright {
+BODY.BOOK .COPYRIGHT, BODY.SET .COPYRIGHT {
 	text-align: center;
 }
 
 /* decoration for formal examples */
 
-DIV.example {
+DIV.EXAMPLE {
 	padding-left: 15px;
 	border-style: solid;
 	border-width: 0px;
@@ -43,17 +43,17 @@ DIV.example {
 
 /* less dense spacing of TOC */
 
-.set .toc DL DT, .book .toc DL DT {
+.SET .TOC DL DT, .BOOK .TOC DL DT {
 	padding-top: 1.5ex;
 	padding-bottom: 1.5ex;
 }
 
-.set .toc DL DL DT, .book .toc DL DL DT {
+.SET .TOC DL DL DT, .BOOK .TOC DL DL DT {
 	padding-top: 0ex;
 	padding-bottom: 0ex;
 }
 
 /* miscellaneous */
 
-.navheader TH	{ font-style: italic; }
-.comment	{ color: red; }
+.NAVHEADER TH	{ font-style: italic; }
+.COMMENT	{ color: red; }
-- 
GitLab