]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DASH: improve CSS formatting
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Thu, 24 Aug 2017 09:32:25 +0000 (11:32 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Thu, 24 Aug 2017 09:32:25 +0000 (11:32 +0200)
python_suite/dashboard/views/pv_overview.jinja2

index d0ec60aa479cc3d86f7dace0405132b8935f67f3..5a1e004477cea041b6cc74417bdef80e7a0a4d52 100644 (file)
@@ -5,17 +5,18 @@
 {% block header %}
 <meta http-equiv="refresh" content="5">
 <style>
-    path {
-    stroke-width: 1;
-    fill: none;
-    }
-    label {
-    float: left;
-    margin-top: 5px;
-    margin-right: 5px;
-    font-family: sans-serif;
-    }
+path {
+  stroke-width: 1;
+  fill: none;
+}
+label {
+  float: left;
+  margin-top: 5px;
+  margin-right: 5px;
+  font-family: sans-serif;
+}
 </style>
+
 <script src="http://d3js.org/d3.v3.min.js"></script>
 <script src="/static/js/sparkline.js"></script>
 {% endblock %}