From d378e1f9fe2eab53a0f4c85265f64edeaa7d2057 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 9 Apr 2022 11:30:54 -0400 Subject: [PATCH] api4Explorer.css style fix --- css/api4-explorer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/api4-explorer.css b/css/api4-explorer.css index 69c05da335..1cd4635d4d 100644 --- a/css/api4-explorer.css +++ b/css/api4-explorer.css @@ -26,8 +26,8 @@ border-bottom-left-radius: 0; margin-bottom: 0; } -#bootstrap-theme .panel-heading li>a { - background-color: #f1f1f18c +#bootstrap-theme .panel-heading li > a { + background-color: #f1f1f18c; } #bootstrap-theme.api4-explorer-page .explorer-code-panel pre { min-height: 3.3em; -- 2.25.1