From bd8431bd11df669dabd0f73d6dd75cd3bdd960dd Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Tue, 26 Jan 2021 14:33:44 +0100 Subject: [PATCH] Fix documentation CSS style Specify display for summary tag for firefox Bug-AGL: SPEC-3708 Signed-off-by: Frederic Marec Change-Id: Ic290665c4ecf8e2060eb11162839b9ca6275cb3c Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25964 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- theme/mkdocs_windmill/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/mkdocs_windmill/css/base.css b/theme/mkdocs_windmill/css/base.css index f07ff35..74cf0ee 100644 --- a/theme/mkdocs_windmill/css/base.css +++ b/theme/mkdocs_windmill/css/base.css @@ -453,6 +453,10 @@ pre, .rst-content tt { overflow-x: auto; } +summary { + display: list-item; +} + code.code-large, .rst-content tt.code-large { font-size: 90%; } -- 2.16.6