Hello,
It seems that there is some post-processing after `make html` that adds class = "c1" or class = "c2" to html.
(It makes <div class="note c2"> or <div class="note c1">)
And docs.css on the website contains the rule:
.emphasis,
.c2 {
  font-weight: bold;
}
So I think, the issue is related to publishing on the website.

Best regards,
Alexander

23.11.2016 05:39, Tom Lane writes:
Just to add confusion, the note on the previous page is set
in normal type:

https://www.postgresql.org/docs/devel/static/datatype.html

which I don't understand since the sgml source is about the same.
But this one is still different from the way it was rendered by
the old toolchain.

                        regards, tom lane





--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to