From e4d19f431e7800ca9465e918215537416de813c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mu-An=20=E6=85=95=E5=AE=89?= Date: Mon, 27 Apr 2020 10:00:08 -0400 Subject: [PATCH] Apply code style suggestion Co-Authored-By: Ralfs Garkaklis --- docs/docs.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs.css b/docs/docs.css index f40f704..74793c9 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -102,7 +102,9 @@ summary { display: inline; } -summary::-webkit-details-marker { display: none; } +summary::-webkit-details-marker { + display: none; +} details[open] summary { margin-bottom: 8px;