diff --git a/.idea/misc.xml b/.idea/misc.xml
index 3bbb975..c339e35 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -37,21 +37,5 @@
-
-
-
-
- 1.6
-
-
-
-
-
-
-
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index ba96f19..369ca11 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -44,11 +44,15 @@ a {
}
div.mapbox {
- width: 100%;
+ width: 200px;
height: 150px;
margin-top: 20px;
}
+.kasten img {
+ margin-top: 20px;
+}
+
td {
padding-left: 4px;
}
diff --git a/views/index.jade b/views/index.jade
index 7fef53b..01663ec 100644
--- a/views/index.jade
+++ b/views/index.jade
@@ -27,6 +27,8 @@ block content
div.mapbox(id="map#{nr}")
+ img(src="https://api.cosm.com/v2/feeds/64590/datastreams/microsievertsperhour.png?width=200&height=100&colour=%23f15a24&duration=5minutes&show_axis_labels=true&detailed_grid=true&scale=auto&timezone=Berlin")
+
script(type="text/javascript",src="http://maps.googleapis.com/maps/api/js?sensor=false&key=AIzaSyDZ5gUZumNEZOHyRLs4HWJEJ-mDeEkWInU")