Browse Source

fix site style

pull/1095/head
afc163 9 years ago
parent
commit
1e26289da7
  1. 2
      site/static/style.less

2
site/static/style.less

@ -415,7 +415,6 @@ footer ul li > a {
transition: all 0.3s ease;
}
.aside-container li[open=open] h4:after {
-webkit-transform: scale(0.6) rotate(180deg);
transform: scale(0.6) rotate(180deg);
@ -922,6 +921,7 @@ footer ul li > a {
margin: 0.5em 0;
padding-right: 25px;
width: 100%;
word-break: break-word;
}
.code-box .collapse {

Loading…
Cancel
Save