]> git.kaiwu.me - haproxy.git/commit
[MINOR] stats/html: use the arial font before helvetica
authorWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 18:08:10 +0000 (20:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 18:36:11 +0000 (20:36 +0200)
commit4b10bddb74c912a20aec58bc52b0cfd2c1ac0e8f
tree828a8e3e6e84ffb2ff870d91109601295c3364ec
parent0b90d25a50410715efa9a20c803e6322ebc16dae
[MINOR] stats/html: use the arial font before helvetica

The stats HTML output were barely readable on some browsers such as
firefox on Linux, due to the selected helvetica font which is too
small. Specifying "arial" first fixes the issue without changing the
table size. Also, the default size of 0.8em choosen to get 10px out
of 12px is wrong because it gets 9px when rounded down.
(cherry picked from commit a94f2d2ef944e3f54f50e938ff3c8de1a021f7ff)
(cherry picked from commit abfb7bdacaec6962da3fd90225dd6ea359b6599c)
src/dumpstats.c