]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/static/seepark_web.css
Describe how to setup a virtualenv to generate the sphinx documentation.
[chrisu/seepark.git] / web / static / seepark_web.css
index 174c4eb8fdaf41b6a5e8ecf08f17fa999719f17b..a616ce8c49834819406a07528afd7d105033eab6 100644 (file)
@@ -19,13 +19,14 @@ body {
 }
 
 #openweathermap-widget-15, #windy, .c3 {
-    margin: 0 auto;
+    margin: 1em auto 0 auto;
     text-align: center;
-    padding: 1em 1em 0 1em;
+    padding: 0 1em 0 1em;
 }
 
 #openweathermap-widget-15 {
     width: 300px;
+    height: 231px;
 }
 
 #windyiframe {
@@ -46,3 +47,7 @@ body {
 #currentwater {
     background-color: lightgreen;
 }
+
+.c3-container {
+    height: 320px;
+}