From 9216e4b87dc8a34a4a3bb0fa32ac487e00e31f7d Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Sat, 19 Jan 2019 13:16:37 +0800 Subject: [PATCH] Update style.css --- docs/_style/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_style/style.css b/docs/_style/style.css index cb9403b2..92cb8907 100644 --- a/docs/_style/style.css +++ b/docs/_style/style.css @@ -3,6 +3,10 @@ display: none; } +#main > ul:nth-child(2) { + display: none; +} + .markdown-section h1 { margin: 3rem 0 2rem 0; } @@ -36,4 +40,4 @@ body { /*.anchor span { color: rgb(66, 185, 131); -}*/ \ No newline at end of file +}*/