X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=theme%2Fmkdocs_windmill%2Fcss%2Fbase.css;h=74cf0ee0d5adc68e5e1275fd6db29c844366f63a;hb=refs%2Fheads%2Fmaster;hp=45538d8bca7032a0deede129b619bd0e045498de;hpb=4aad369c9728061c97b3de792286e743ee884b09;p=AGL%2Fdocumentation.git diff --git a/theme/mkdocs_windmill/css/base.css b/theme/mkdocs_windmill/css/base.css index 45538d8..74cf0ee 100644 --- a/theme/mkdocs_windmill/css/base.css +++ b/theme/mkdocs_windmill/css/base.css @@ -152,7 +152,7 @@ body { } .wm-toc-hidden > .wm-toc-pane { - margin-left: -250px; + margin-left: -500px; } .wm-toc-hidden > .wm-content-pane { @@ -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%; }