From 091b6055e3e52338850370f17835e833ca66ac55 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 19 Feb 2016 23:00:22 -0500 Subject: [PATCH] doc: Improve CSS style of option element Prevent wrapping of the element content to avoid confusing line breaks between hyphens. --- doc/src/sgml/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.40.0