diff --git a/css/quartermaester.css b/css/quartermaester.css
index 188b5b4..cc5d1a8 100644
--- a/css/quartermaester.css
+++ b/css/quartermaester.css
@@ -220,7 +220,7 @@ html, body, ui-gmap-google-map, .angular-google-map, .angular-google-map-contain
display: inline-block;
}
-#about {
+#about, #edit {
height: 500px;
padding-right: 5px;
overflow-y: scroll;
@@ -246,3 +246,14 @@ html, body, ui-gmap-google-map, .angular-google-map, .angular-google-map-contain
list-style-type: circle;
list-style-position: inside;
}
+
+#edit table {
+ background-color: white;
+ color: black;
+ border-collapse: collapse;
+}
+
+#edit td {
+ border: 1px solid black;
+ padding: 2px;
+}
diff --git a/index.html b/index.html
index 78b858f..9b1fc97 100644
--- a/index.html
+++ b/index.html
@@ -71,12 +71,25 @@
+
| {{path.key}} | +{{point.location}} | +{{point.latitude | number:4}} | +{{point.longitude | number:4}} | +