Skip to content
Snippets Groups Projects
Commit 5d891594 authored by Porter Libby's avatar Porter Libby
Browse files

undo a little

parent 824911d0
Branches
No related merge requests found
......@@ -146,21 +146,9 @@ h2{
font-family: sans-serif;
font-size: 16px;
}
#graph-controls{
position:absolute;
z-index: 10;
width: 10px;
height: 10px;
}
#home-button{
position: absolute;
z-index: 9;
top: 10px;
right: 10px;
}
#settings-button{
position: absolute;
z-index: 9;
top: 54px;
right: 10px;
}
\ No newline at end of file
......@@ -35,9 +35,5 @@
<canvas id="myChartAxis" height="300" width="0"></canvas>
</div>
<button style='vertical-align: middle;' id='home-button'><img style='width:32px;height:32px;' src="img/home-icon.png"></button>
<button style='vertical-align: middle;' id='settings-button'><img style='width:32px;height:32px;' src="img/settings-icon.png"></button>
<div id="graph-controls">
</div>
</body>
</html>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment