From: Dan Allen Date: Fri, 19 Jul 2019 22:24:20 +0000 (-0600) Subject: fix stylelint error X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c37fc009bfc6c8e463be9bae23f390dd5a5ffb89;p=working%2Feg-antora.git fix stylelint error --- diff --git a/src/css/base.css b/src/css/base.css index c3d1e7e..d18d5db 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -50,11 +50,11 @@ th { font-weight: 500; } -em em { +em em { /* stylelint-disable-line */ font-style: normal; } -strong strong { +strong strong { /* stylelint-disable-line */ font-weight: normal; }