Update layout

This commit is contained in:
afc163 2015-06-02 19:57:33 +08:00
parent 4154723220
commit 371f860c14
3 changed files with 4 additions and 3 deletions

1
components/index.html Normal file
View File

@ -0,0 +1 @@
<meta http-equiv="refresh" content="0; url=/components/layout" />

View File

@ -318,12 +318,12 @@ footer ul {
footer ul li {
float: left;
width: 25%;
padding: 5px 2% 10px;
padding: 5px 2% 15px;
}
footer ul li>h2 {
font-size: 1em;
color: #5C6B77;
margin: 10px auto;
margin: 10px auto 0;
font-weight: normal;
}
footer ul li>h3,

View File

@ -43,7 +43,7 @@
<a href="/docs/design">设计</a>
</li>
<li class="{%- if post.meta.template === 'component' %}current{%- endif %}">
<a href="/components/button">组件</a>
<a href="/components">组件</a>
</li>
<li class="{%- if post.filename === 'modes' %}current{%- endif %}">
<a href="/docs/modes">模式</a>