mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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:
@ -94,3 +94,5 @@ PRE.LITERALLAYOUT, .SCREEN, .SYNOPSIS, .PROGRAMLISTING {
|
|||||||
VAR { font-family: monospace; font-style: italic; }
|
VAR { font-family: monospace; font-style: italic; }
|
||||||
/* Konqueror's standard style for ACRONYM is italic. */
|
/* Konqueror's standard style for ACRONYM is italic. */
|
||||||
ACRONYM { font-style: inherit; }
|
ACRONYM { font-style: inherit; }
|
||||||
|
|
||||||
|
.OPTION { white-space: nowrap; }
|
||||||
|
Reference in New Issue
Block a user