Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit414550f

Browse files
committed
Uppercase class selectors, to work with browsers that follow the standards.
1 parent29731df commit414550f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎doc/src/sgml/stylesheet.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.2 2001/09/15 00:48:59 petere Exp $ */
1+
/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.3 2002/03/11 05:02:04 petere Exp $ */
22

33
/* color scheme similar to www.postgresql.org */
44

@@ -13,26 +13,26 @@ A:active{ color: #FF0000; }
1313

1414
/* center titles */
1515

16-
BODY.bookH1.title,BODY.setH1.title {
16+
BODY.BOOKH1.TITLE,BODY.SETH1.TITLE {
1717
text-align: center;
1818
font-size:250%;
1919
font-family: sans-serif;
2020
color:#020167;
2121
}
2222

23-
BODY.bookH3.corpauthor,BODY.setH3.corpauthor {
23+
BODY.BOOKH3.CORPAUTHOR,BODY.SETH3.CORPAUTHOR {
2424
text-align: center;
2525
font-style: italic;
2626
font-weight: normal;
2727
}
2828

29-
BODY.book .copyright,BODY.set .copyright {
29+
BODY.BOOK .COPYRIGHT,BODY.SET .COPYRIGHT {
3030
text-align: center;
3131
}
3232

3333
/* decoration for formal examples */
3434

35-
DIV.example {
35+
DIV.EXAMPLE {
3636
padding-left:15px;
3737
border-style: solid;
3838
border-width:0px;
@@ -43,17 +43,17 @@ DIV.example {
4343

4444
/* less dense spacing of TOC */
4545

46-
.set .tocDLDT, .book .tocDLDT {
46+
.SET .TOCDLDT, .BOOK .TOCDLDT {
4747
padding-top:1.5ex;
4848
padding-bottom:1.5ex;
4949
}
5050

51-
.set .tocDLDLDT, .book .tocDLDLDT {
51+
.SET .TOCDLDLDT, .BOOK .TOCDLDLDT {
5252
padding-top:0ex;
5353
padding-bottom:0ex;
5454
}
5555

5656
/* miscellaneous */
5757

58-
.navheaderTH{font-style: italic; }
59-
.comment{color: red; }
58+
.NAVHEADERTH{font-style: italic; }
59+
.COMMENT{color: red; }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp