1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00
This commit is contained in:
ruanyf 2014-04-22 07:23:17 +08:00
parent c65ae4e5aa
commit 158bd4539d
2 changed files with 3 additions and 3 deletions

View File

@ -124,6 +124,7 @@ body {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0.8rem;
line-height: 1.2;
color: #FFF;
@ -217,7 +218,7 @@ body {
width: 70px;
top: 20px;
margin-left: 890px;
margin-left: 970px;
margin-top: 0px;
color: #FFF;
@ -243,7 +244,7 @@ body {
width: 70px;
top: 45px;
margin-left: 890px;
margin-left: 970px;
margin-top: 0px;
color: #FFF;

View File

@ -10,7 +10,6 @@
<script src="js/marked.js"></script>
<script src="js/ditto.js"></script>
<script src="js/prism.js"></script>
<link rel="stylesheet" href="app/bower_components/normalize-css/normalize.css">
<link rel="stylesheet" href="css/app.css">
<title>ECMAScript 6入门</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">