From bf659d0a70d63177c17f4af779c043d10bfeed97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Mon, 15 Jul 2019 17:00:07 +0800 Subject: [PATCH] =?UTF-8?q?md=20=E5=8E=BB=E6=8E=89=E7=82=B9=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/educoder/edu-main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/educoder/edu-main.css b/public/stylesheets/educoder/edu-main.css index 5b9f41fa..011095c3 100644 --- a/public/stylesheets/educoder/edu-main.css +++ b/public/stylesheets/educoder/edu-main.css @@ -578,7 +578,11 @@ a.user_greybg_btn{background-color:#747A7F;color: #fff;} .new_li li{ list-style-type: disc!important; } .new_li ol li{ list-style-type: decimal!important; } .new_li li{ margin-bottom: 0!important; } - +.markdown-toc .markdown-toc-list li{ + list-style-type: disc!important; + list-style-type: decimal!important; + margin-bottom: 0!important; +} /*搜索框*/ #pollingPanel{position: relative;width: 248px;height: 32px;} #pollingPanel > input{width: 100%;height: 100%;border:1px solid #eaeaea;border-radius: 4px;padding: 0px 30px 0px 5px;box-sizing: border-box;background-color: #F4F4F4;}