1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

edit sidebar

This commit is contained in:
ruanyf 2014-04-23 00:27:10 +08:00
parent fae6cdef54
commit 1c7b2966a3
2 changed files with 3 additions and 2 deletions

View File

@ -224,7 +224,7 @@ body {
width: 70px; width: 70px;
top: 20px; top: 20px;
margin-left: 970px; margin-left: 930px;
margin-top: 0px; margin-top: 0px;
color: #FFF; color: #FFF;
@ -250,7 +250,7 @@ body {
width: 70px; width: 70px;
top: 45px; top: 45px;
margin-left: 970px; margin-left: 930px;
margin-top: 0px; margin-top: 0px;
color: #FFF; color: #FFF;

View File

@ -5,6 +5,7 @@
授权:<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">署名-非商用许可证</a> 授权:<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">署名-非商用许可证</a>
## 目录 ## 目录
0. [README](#README)
1. [ECMAScript 6简介](#docs/intro) 1. [ECMAScript 6简介](#docs/intro)
## 其他 ## 其他