Commit 0989f605 authored by Kristian Tan's avatar Kristian Tan

Styling

parent e1913053
...@@ -21,6 +21,12 @@ body{ ...@@ -21,6 +21,12 @@ body{
border-right-style: solid; border-right-style: solid;
border-color: black; border-color: black;
border-width: 1px; border-width: 1px;
margin-left: 5%;
}
.device_list_title{
text-decoration: underline;
text-align: center;
} }
.smart_meter{ .smart_meter{
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<body> <body>
<div class="container"> <div class="container">
<div class="device_list"> <div class="device_list">
<h3>Device Listing and Status</h3> <h3 class="device_list_title">Device Listing and Status</h3>
{% for pin in pins %} {% for pin in pins %}
<p>The {{ pins[pin].name }} <p>The {{ pins[pin].name }}
......
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