diff --git a/css/style.css b/css/style.css index c5b0ae0..786eca3 100755 --- a/css/style.css +++ b/css/style.css @@ -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) { @@ -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; diff --git a/js/node-data.js b/js/node-data.js new file mode 100644 index 0000000..fb0ba66 --- /dev/null +++ b/js/node-data.js @@ -0,0 +1,7 @@ +var node_data = { + "": { + + + + } +}; \ No newline at end of file