pgsql: doc: Improve CSS style of option element

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Improve CSS style of option element
Date: 2016-02-20 04:02:12
Message-ID: E1aWykG-0003hg-H9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve CSS style of option element

Prevent wrapping of the element content to avoid confusing line breaks
between hyphens.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/091b6055e3e52338850370f17835e833ca66ac55

Modified Files
--------------
doc/src/sgml/stylesheet.css | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2016-02-20 10:07:05 pgsql: Add pg_size_bytes() to parse human-readable size strings.
Previous Message Noah Misch 2016-02-20 03:51:57 pgsql: Call xlc __isync() after, not before, associated compare-and-swa