From: Peter Eisentraut Date: Sat, 20 Feb 2016 04:00:22 +0000 (-0500) Subject: doc: Improve CSS style of option element X-Git-Tag: REL9_6_BETA1~670 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=091b6055e3e52338850370f17835e833ca66ac55;p=postgresql doc: Improve CSS style of option element Prevent wrapping of the element content to avoid confusing line breaks between hyphens. --- diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css index 0fd0f01782..60dcc76209 100644 --- a/doc/src/sgml/stylesheet.css +++ b/doc/src/sgml/stylesheet.css @@ -94,3 +94,5 @@ PRE.LITERALLAYOUT, .SCREEN, .SYNOPSIS, .PROGRAMLISTING { VAR { font-family: monospace; font-style: italic; } /* Konqueror's standard style for ACRONYM is italic. */ ACRONYM { font-style: inherit; } + +.OPTION { white-space: nowrap; }