Commit 99e35c32 authored by Kristian Tan's avatar Kristian Tan

Removed right border for device lisy

parent da070666
...@@ -5,6 +5,7 @@ body { ...@@ -5,6 +5,7 @@ body {
.heading { .heading {
text-decoration: underline; text-decoration: underline;
text-align: center; text-align: center;
margin-bottom: 10%;
/*background-color: aqua;*/ /*background-color: aqua;*/
} }
...@@ -18,9 +19,6 @@ body { ...@@ -18,9 +19,6 @@ body {
.device_list { .device_list {
width: 25%; width: 25%;
/*background-color: red;*/ /*background-color: red;*/
border-right-style: solid;
border-color: black;
border-width: 1px;
margin-left: 5%; margin-left: 5%;
text-align: left; text-align: left;
} }
......
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