Fix documentation CSS style 64/25964/2
authorFrederic Marec <frederic.marec@iot.bzh>
Tue, 26 Jan 2021 13:33:44 +0000 (14:33 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 3 Feb 2021 10:54:38 +0000 (10:54 +0000)
Specify display for summary tag for firefox

Bug-AGL: SPEC-3708

Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Change-Id: Ic290665c4ecf8e2060eb11162839b9ca6275cb3c
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25964
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
theme/mkdocs_windmill/css/base.css

index f07ff35..74cf0ee 100644 (file)
@@ -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%;
 }