Browse Source

fix some site style

pull/1954/head
afc163 9 years ago
parent
commit
aa17690b65
  1. 2
      site/theme/static/demo.less

2
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;

Loading…
Cancel
Save