From 3a45072f34391eaf89ecfd5bc7dd72862231840c Mon Sep 17 00:00:00 2001 From: ruanyf Date: Mon, 21 Apr 2014 19:17:18 +0800 Subject: [PATCH] edit app.css --- css/app.css | 13 ------------- index.html | 2 ++ sidebar.md | 6 +++--- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/css/app.css b/css/app.css index 77ac400..b42feca 100644 --- a/css/app.css +++ b/css/app.css @@ -230,12 +230,6 @@ body { background-color: #AAA; } -@media (min-width: 40rem) { - #back_to_top { - margin-left: 890px; - } -} - #back_to_top:hover { background-color: #444; cursor: pointer; @@ -262,13 +256,6 @@ body { background-color: #AAA; } -@media (min-width: 40rem) { - #edit { - margin-left: 890px; - } -} - - #edit:hover { background-color: #444; cursor: pointer; diff --git a/index.html b/index.html index 823045d..05a3430 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ + @@ -10,6 +11,7 @@ + ECMAScript 6入门 diff --git a/sidebar.md b/sidebar.md index ffc6033..ee85a72 100644 --- a/sidebar.md +++ b/sidebar.md @@ -3,7 +3,7 @@ 作者:[阮一峰](http://www.ruanyifeng.com) ## 目录 -- [ECMAScript 6简介](#docs/intro) +1. [ECMAScript 6简介](#docs/intro) -## 附录 -- [Github Repository](http://github.com/ruanyf/es6tutorial/) +## 其他 +- [源码](http://github.com/ruanyf/es6tutorial/)