diff --git a/static/css/layout.css b/static/css/layout.css
index f80d0e8..e348444 100644
--- a/static/css/layout.css
+++ b/static/css/layout.css
@@ -38,8 +38,10 @@ dt {
font-family: "Courier Prime", Georgia, serif;
text-overflow: ellipsis;
- overflow:hidden;
white-space: nowrap;
+ overflow:hidden;
+ /*needed to fix the outline vanishing due to overflow hidden*/
+ padding: 2px;
}
/*font sizes*/
h1 {
diff --git a/static/images/house.svg b/static/images/house.svg
index 256193b..3f583d3 100644
--- a/static/images/house.svg
+++ b/static/images/house.svg
@@ -1,6 +1,66 @@
-
-
-
\ No newline at end of file
+
+
+
+