mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Handle indentation of verbatim environments in HTML output via CSS.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.3 2002/03/11 05:02:04 petere Exp $ */
|
||||
/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.4 2002/10/12 16:33:43 petere Exp $ */
|
||||
|
||||
/* color scheme similar to www.postgresql.org */
|
||||
|
||||
@@ -53,6 +53,10 @@ DIV.EXAMPLE {
|
||||
padding-bottom: 0ex;
|
||||
}
|
||||
|
||||
.SCREEN, .SYNOPSIS, .PROGRAMLISTING {
|
||||
margin-left: 4ex;
|
||||
}
|
||||
|
||||
/* miscellaneous */
|
||||
|
||||
.NAVHEADER TH { font-style: italic; }
|
||||
|
||||
Reference in New Issue
Block a user