From: Frederic Marec Date: Tue, 26 Jan 2021 13:33:44 +0000 (+0100) Subject: Fix documentation CSS style X-Git-Tag: 11.91.0~10 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bd8431bd11df669dabd0f73d6dd75cd3bdd960dd;p=AGL%2Fdocumentation.git 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 --- 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%; }