From b688043e73fa3bab142559f9f3d158e3d132f0e9 Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Fri, 15 Feb 2019 11:03:58 +0800 Subject: [PATCH] Update style.css --- docs/_style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_style/style.css b/docs/_style/style.css index 800dcf39..5ffadb73 100644 --- a/docs/_style/style.css +++ b/docs/_style/style.css @@ -62,7 +62,7 @@ pre { @media (min-width:600px) { code { box-shadow: 2px 1px 20px 2px #aaa; - border-radius: 10px !important; + /*border-radius: 10px !important;*/ padding-left: 20px !important; } }