File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/Report/Html/Renderer/Template/css Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 9.2.20] - 2022-MM-DD
6+
7+ ### Fixed
8+
9+ * [ #960 ] ( https://github.com/sebastianbergmann/php-code-coverage/issues/960 ) : New body font-size is way too big
10+
511## [ 9.2.19] - 2022-11-18
612
713### Fixed
@@ -433,6 +439,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
433439
434440* This component is no longer supported on PHP 7.1
435441
442+ [ 9.2.20 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.19...9.2
436443[ 9.2.19 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.18...9.2.19
437444[ 9.2.18 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.17...9.2.18
438445[ 9.2.17 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.16...9.2.17
Original file line number Diff line number Diff line change 11body {
22 font-family : sans-serif;
3- font-size : 2 em ;
3+ font-size : 1 em ;
44 font-kerning : normal;
55 font-variant-ligatures : common-ligatures;
66 text-rendering : optimizeLegibility;
You can’t perform that action at this time.
0 commit comments