From ac328932e9e9085ab7aa7e7dde1d715d5ec16eaf Mon Sep 17 00:00:00 2001 From: Tim Yagan <30977192+TimYagan@users.noreply.github.com> Date: Sun, 29 Sep 2019 11:42:17 +0200 Subject: [PATCH] Fixed the sequencing of the font attributes Fixed the sequencing of the font attributes to ensure that the parent attributes are not overwritten --- src/webui/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/src/index.css b/src/webui/src/index.css index 373637d4d4..118fc88769 100644 --- a/src/webui/src/index.css +++ b/src/webui/src/index.css @@ -19,8 +19,8 @@ time, mark, audio, video { margin: 0; padding: 0; border: 0; + font: inherit; font-size: 100%; - font: inherit; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, @@ -48,4 +48,4 @@ q:before, q:after { table { border-collapse: collapse; border-spacing: 0; -} \ No newline at end of file +}