From f68d655aff81273d431d5e58bc8af775fc9bd231 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Wed, 29 Mar 2023 00:29:28 +0200 Subject: Build: Update dependencies, including QUnit 1 -> 2 Also, fix htmllint lang exclusion patterns. Ref gh-2157 --- external/qunit-composite/qunit-composite.css | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'external/qunit-composite/qunit-composite.css') diff --git a/external/qunit-composite/qunit-composite.css b/external/qunit-composite/qunit-composite.css index 54e791b13..a5d06ce77 100644 --- a/external/qunit-composite/qunit-composite.css +++ b/external/qunit-composite/qunit-composite.css @@ -11,3 +11,37 @@ background: #fff; } + +#qunit-testsuites { + margin: 0; + padding: 0.5em 1.0em; + font-family: "Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Calibri,Helvetica,Arial,sans-serif; + font-size: small; + background-color: #d2e0e6; + border-bottom: 1px solid #fff; +} + +#qunit-testsuites a { + color: #00c; + text-decoration: none; +} + +#qunit-testsuites a:hover { + text-decoration: underline; +} + +#qunit-testsuites > li { + display: inline-block; +} + +#qunit-testsuites > li:first-child::before { + content: "Suites: "; +} + +#qunit-testsuites > li + li::before { + content: "|\a0"; +} + +#qunit-testsuites > li::after { + content: "\a0"; +} -- cgit v1.2.3