From aa17690b6557843df22384e333c6bc8da64ff711 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 2 Jun 2016 21:52:48 +0800 Subject: [PATCH] fix some site style --- site/theme/static/demo.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/theme/static/demo.less b/site/theme/static/demo.less index 3e51f47949..918f9432cc 100644 --- a/site/theme/static/demo.less +++ b/site/theme/static/demo.less @@ -165,6 +165,7 @@ section.code-box-meta p { opacity: 0; overflow: auto; transition: all 0.4s ease; + border-radius: 0 0 6px 6px; } .code-box .highlight-wrapper-expand { max-height: 500px; @@ -175,6 +176,7 @@ section.code-box-meta p { pre { margin: 0; padding: 0; + background: #fff; } &:not(:first-child) { border-top: 1px dashed #e9e9e9;