Commit a1dddff4 authored by Kristian Tan's avatar Kristian Tan

Removed unnecesary divs

parent fb036c92
...@@ -18,6 +18,8 @@ body{ ...@@ -18,6 +18,8 @@ body{
.device_list{ .device_list{
width: 25%; width: 25%;
/*background-color: red;*/ /*background-color: red;*/
border-style: solid;
border-color: black;
} }
.spacer{ .spacer{
...@@ -31,11 +33,3 @@ body{ ...@@ -31,11 +33,3 @@ body{
border-style: solid; border-style: solid;
border-color: black; border-color: black;
} }
.display {
width: 80%;
height: 80%;
margin: 5%;
border-style: solid;
border-color: black;
}
\ No newline at end of file
...@@ -31,9 +31,6 @@ ...@@ -31,9 +31,6 @@
<div class="spacer"></div> <div class="spacer"></div>
<div class="smart_meter"> <div class="smart_meter">
<div class="display">
</div>
</div> </div>
</div> </div>
......
Markdown is supported
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