From 06190dbbb3348ddd53ed77f294b008aac2191f95 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 11 Feb 2022 19:44:03 +0100 Subject: [PATCH] Remove unnecessary `font-size` CSS rule from the `html` element (issue 14555, PR 3794 follow-up) According to https://github.com/mozilla/pdf.js/pull/3794#discussion_r6983639 this was intended to be *temporary*, and the B2G project itself was discontinued years ago. --- web/viewer.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index b7b4fc792..9e7297ab1 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -178,8 +178,6 @@ html { height: 100%; width: 100%; - /* Font size is needed to make the activity bar the correct size. */ - font-size: 10px; } body {