doc: Improve CSS style of option element

Prevent wrapping of the element content to avoid confusing line breaks
between hyphens.
This commit is contained in:
Peter Eisentraut 2016-02-19 23:00:22 -05:00
parent 5882ca6686
commit 091b6055e3
1 changed files with 2 additions and 0 deletions

View 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; }