doc/api/libbabeltrace2/style.css: make font weight of `.intertd` normal
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 12 Mar 2020 17:24:00 +0000 (13:24 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 12 Mar 2020 17:43:27 +0000 (13:43 -0400)
commitcfa09784cf28d0438342029443ba4ac66157e9eb
tree806edfe03ed1c59b3ffffaaab7070e83f067f8ab
parentfdeaed2a55cb9d3f53125d55031959351a1bce09
doc/api/libbabeltrace2/style.css: make font weight of `.intertd` normal

For some reason, `.intertd` paragraphs, which Doxygen creates when a
given table cell (used for parameter descriptions, amongst other things)
contains more than one paragraphs, are bold.

Here's an example to generate such paragraphs:

    @param some_param
        @parblock
        Normal paragraph.

        Bold paragraph.

        Also bold.
        @endparblock

I don't know the bold font weight's rationale here, but it does not look
pretty, so force the weight to be normal in `style.css`.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ida6970a75f6cc1b4ac4f1fc873e86a3b453d09ac
Reviewed-on: https://review.lttng.org/c/babeltrace/+/3225
doc/api/libbabeltrace2/style.css
This page took 0.02487 seconds and 4 git commands to generate.