Skip to content

Commit 3a45072

Browse files
committed
edit app.css
1 parent 6bfd76c commit 3a45072

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

css/app.css

-13
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,6 @@ body {
230230
background-color: #AAA;
231231
}
232232

233-
@media (min-width: 40rem) {
234-
#back_to_top {
235-
margin-left: 890px;
236-
}
237-
}
238-
239233
#back_to_top:hover {
240234
background-color: #444;
241235
cursor: pointer;
@@ -262,13 +256,6 @@ body {
262256
background-color: #AAA;
263257
}
264258

265-
@media (min-width: 40rem) {
266-
#edit {
267-
margin-left: 890px;
268-
}
269-
}
270-
271-
272259
#edit:hover {
273260
background-color: #444;
274261
cursor: pointer;

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
45
<meta name="viewport" content="width=device-width, initial-scale=1">
56
<!-- jQuery -->
67
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
@@ -10,6 +11,7 @@
1011
<script src="js/ditto.js"></script>
1112
<link rel="stylesheet" href="app/bower_components/normalize-css/normalize.css">
1213
<link rel="stylesheet" href="css/app.css">
14+
<title>ECMAScript 6入门</title>
1315
</head>
1416
<body>
1517
<!-- essential -->

sidebar.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
作者:[阮一峰](http://www.ruanyifeng.com)
44

55
## 目录
6-
- [ECMAScript 6简介](#docs/intro)
6+
1. [ECMAScript 6简介](#docs/intro)
77

8-
## 附录
9-
- [Github Repository](http://github.com/ruanyf/es6tutorial/)
8+
## 其他
9+
- [源码](http://github.com/ruanyf/es6tutorial/)

0 commit comments

Comments
 (0)