Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas authored and Thomas committed Jan 18, 2012
1 parent 99b1cb1 commit 76a78aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions css/layout.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
body {
margin: 0;
padding: 0;
}
.container {
margin: auto;
width: 660px;
background: #ebebeb;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<meta name="viewport" content="width=device-width,initial-scale=1">

<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/styles.css">

<script data-main="js/main" src="js/libs/require/require.js"></script>
</head>
Expand Down

0 comments on commit 76a78aa

Please sign in to comment.