Skip to content

Commit

Permalink
Move style from html to css file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpassos committed Oct 26, 2011
1 parent 603f445 commit beb289d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
<head>
<meta charset="utf-8">
<title>{{ page.title }} | dyn.js - (almost) 100% invokedynamic ecmascript implementation</title>
<link href="css/style.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
</style>
<link href="css/style.css" rel="stylesheet">
<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

body {
padding-top: 60px;
background-color: #ffffff;
color: #404040;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
Expand Down

0 comments on commit beb289d

Please sign in to comment.