Skip to content

Commit

Permalink
Closes #960
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 20, 2022
1 parent c77b56b commit 3a8c5a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [9.2.20] - 2022-MM-DD

### Fixed

* [#960](https://github.com/sebastianbergmann/php-code-coverage/issues/960): New body font-size is way too big

## [9.2.19] - 2022-11-18

### Fixed
Expand Down Expand Up @@ -433,6 +439,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt

* This component is no longer supported on PHP 7.1

[9.2.20]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.19...9.2
[9.2.19]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.18...9.2.19
[9.2.18]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.17...9.2.18
[9.2.17]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.16...9.2.17
Expand Down
2 changes: 1 addition & 1 deletion src/Report/Html/Renderer/Template/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
font-family: sans-serif;
font-size: 2em;
font-size: 1em;
font-kerning: normal;
font-variant-ligatures: common-ligatures;
text-rendering: optimizeLegibility;
Expand Down

0 comments on commit 3a8c5a7

Please sign in to comment.