aboutsummaryrefslogtreecommitdiff
path: root/assets/css/monitor.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/monitor.css')
-rw-r--r--assets/css/monitor.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/assets/css/monitor.css b/assets/css/monitor.css
deleted file mode 100644
index 25a9430..0000000
--- a/assets/css/monitor.css
+++ /dev/null
@@ -1,25 +0,0 @@
-path {
- stroke-width: 2;
- fill: none;
-}
-
-.axis path,
-.axis line {
- fill: none;
- stroke: grey;
- stroke-width: 1;
- shape-rendering: crispEdges;
-}
-
-.job_graph {
- overflow: hidden;
-}
-
-.listgraph {
- margin-bottom: 0px;
-}
-
-.panel {
- margin-left: auto;
- margin-right: auto;
-}