File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.5 2003/11/29 19:51:37 pgsql Exp $ */
1
+ /* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.6 2003/12/15 23:58:12 petere Exp $ */
2
2
3
3
/* color scheme similar to www.postgresql.org */
4
4
@@ -61,3 +61,7 @@ DIV.EXAMPLE {
61
61
62
62
.NAVHEADER TH { font-style : italic; }
63
63
.COMMENT { color : red; }
64
+
65
+ VAR { font-family : monospace; font-style : inherit; }
66
+ /* Konqueror's standard style for ACRONYM is italic. */
67
+ ACRONYM { font-style : inherit; }
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1 .25 2003/11/29 19:51:37 pgsql Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1 .26 2003/12/15 23:58:12 petere Exp $ -->
2
2
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
3
3
4
4
<!-- must turn on one of these with -i on the jade command line -->
55
55
(element command ($mono-seq$))
56
56
(element envar ($mono-seq$))
57
57
(element lineannotation ($italic-seq$))
58
+ (element literal ($mono-seq$))
58
59
(element structfield ($mono-seq$))
59
60
(element structname ($mono-seq$))
60
61
(element symbol ($mono-seq$))
You can’t perform that action at this time.
0 commit comments