Skip to content

Commit

Permalink
Add space to track what information to show with what nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
giratikanon committed Apr 7, 2012
1 parent 6b74e8e commit abe54a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 3 additions & 6 deletions css/style.css
Expand Up @@ -69,10 +69,6 @@ td { vertical-align: top; }



#content { background: #444; position: relative; }
#content, #content > div { width: 900px; height: 500px; }
#content > div { position: absolute; top: 0; left: 0; }


@media only screen and (min-width: 35em) {

Expand Down Expand Up @@ -106,8 +102,9 @@ td { vertical-align: top; }





#content { background: #444; position: relative; }
#content, #content > div { width: 900px; height: 500px; }
#content > div { position: absolute; top: 0; left: 0; }

header h1 {
font-family: 'Oswald', Helvetica, Arial, sans-serif;
Expand Down
7 changes: 7 additions & 0 deletions js/node-data.js
@@ -0,0 +1,7 @@
var node_data = {
"": {



}
};

0 comments on commit abe54a3

Please sign in to comment.