1
0
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:
Peter Eisentraut
2002-10-12 16:33:43 +00:00
parent af514dca9e
commit 08028faa22
2 changed files with 14 additions and 7 deletions

View File

@@ -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; }