File tree 3 files changed +5
-16
lines changed
3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -230,12 +230,6 @@ body {
230
230
background-color : # AAA ;
231
231
}
232
232
233
- @media (min-width : 40rem ) {
234
- # back_to_top {
235
- margin-left : 890px ;
236
- }
237
- }
238
-
239
233
# back_to_top : hover {
240
234
background-color : # 444 ;
241
235
cursor : pointer;
@@ -262,13 +256,6 @@ body {
262
256
background-color : # AAA ;
263
257
}
264
258
265
- @media (min-width : 40rem ) {
266
- # edit {
267
- margin-left : 890px ;
268
- }
269
- }
270
-
271
-
272
259
# edit : hover {
273
260
background-color : # 444 ;
274
261
cursor : pointer;
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
4
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
6
<!-- jQuery -->
6
7
< script src ="//code.jquery.com/jquery-1.11.0.min.js "> </ script >
10
11
< script src ="js/ditto.js "> </ script >
11
12
< link rel ="stylesheet " href ="app/bower_components/normalize-css/normalize.css ">
12
13
< link rel ="stylesheet " href ="css/app.css ">
14
+ < title > ECMAScript 6入门</ title >
13
15
</ head >
14
16
< body >
15
17
<!-- essential -->
Original file line number Diff line number Diff line change 3
3
作者:[ 阮一峰] ( http://www.ruanyifeng.com )
4
4
5
5
## 目录
6
- - [ ECMAScript 6简介] ( #docs/intro )
6
+ 1 . [ ECMAScript 6简介] ( #docs/intro )
7
7
8
- ## 附录
9
- - [ Github Repository ] ( http://github.com/ruanyf/es6tutorial/ )
8
+ ## 其他
9
+ - [ 源码 ] ( http://github.com/ruanyf/es6tutorial/ )
You can’t perform that action at this time.
0 commit comments