]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stats: better displaying in MSIE
authorWilly Tarreau <w@1wt.eu>
Wed, 15 Jul 2009 08:07:05 +0000 (10:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Jul 2009 08:07:05 +0000 (10:07 +0200)
commitda6721ba28d4c917e07ffa7fef1d8707c80c54b6
tree252e0d6bb52d6644815ab516ea785ac0b9fb8d78
parent1274bc4fa8637380a82159c44dd9f3f0b42e8e32
[MINOR] stats: better displaying in MSIE

MSIE does not correctly display spaced digits. It requires a margin of
at least one pixel. Also, it does not correctly hide empty cells, so we
work around this by setting the background white. Last, the H1 font was
too large, so we reduce it by one size, which is still OK in other
browsers.
src/dumpstats.c