diff options
author | Peter Eisentraut | 2016-02-20 04:00:22 +0000 |
---|---|---|
committer | Peter Eisentraut | 2016-02-20 04:01:54 +0000 |
commit | 091b6055e3e52338850370f17835e833ca66ac55 (patch) | |
tree | 555c2f5157f2bff1a4508ba1e50e11d4b884c50a | |
parent | 5882ca66868e1f6fe287dfb41ebaab0bcb1784b2 (diff) |
doc: Improve CSS style of option element
Prevent wrapping of the element content to avoid confusing line breaks
between hyphens.
-rw-r--r-- | doc/src/sgml/stylesheet.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |