]> granicus.if.org Git - postgresql/commitdiff
doc: Improve CSS style of option element
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 20 Feb 2016 04:00:22 +0000 (23:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 20 Feb 2016 04:01:54 +0000 (23:01 -0500)
Prevent wrapping of the element content to avoid confusing line breaks
between hyphens.

doc/src/sgml/stylesheet.css

index 0fd0f017826083edc5c3442a60dfc53c90e1518b..60dcc762097470a54e2b213534cbe0ba317bf654 100644 (file)
@@ -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; }