Browse Source

fix site styles

pull/1912/head
afc163 9 years ago
parent
commit
7a53b39af2
  1. 5
      site/theme/static/demo.less

5
site/theme/static/demo.less

@ -70,7 +70,7 @@
border: 0;
}
.code-box-meta {
.code-box-meta.markdown {
position: relative;
padding: 16px;
border-radius: 0 0 6px 6px;
@ -256,7 +256,6 @@ section.code-box-meta p {
width:15%;
float:right;
margin:12px 10px 0;
}
.code-box-demo .demo-content .demo-listBox .demo-list ul li {
height: 25px;
@ -344,8 +343,6 @@ section.code-box-meta p {
content: "";
}
// queue-animate style, should be remove after queue-animate is remove.
.code-box-demo .demo-header {
width: 100%;

Loading…
Cancel
Save