<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* formatting for entries in tables of functions: indent all but first line */

th.func_table_entry p,
td.func_table_entry p {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    padding-left: 4em;
    text-align: left;
}

p.func_signature {
    text-indent: -3.5em;
}

td.func_table_entry pre.programlisting {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    padding-left: 4em;
}

/* formatting for entries in tables of catalog/view columns */

th.catalog_table_entry p,
td.catalog_table_entry p {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    padding-left: 4em;
    text-align: left;
}

th.catalog_table_entry p.column_definition {
    text-indent: -3.5em;
    word-spacing: 0.25em;
}

td.catalog_table_entry p.column_definition {
    text-indent: -3.5em;
}

p.column_definition code.type {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

td.catalog_table_entry pre.programlisting {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    padding-left: 4em;
}</pre></body></html>