aboutsummaryrefslogtreecommitdiff
path: root/assets/css/monitor.css
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2014-12-29 00:34:16 +0800
committerDeterminant <ted.sybil@gmail.com>2014-12-29 00:34:16 +0800
commit4c7c9dcdfd05a2d9648756c0da5c68588929ba5d (patch)
tree2c1681ad60e1469b4dda7a2ab6a0d03637dbde1e /assets/css/monitor.css
parent5dc3a3b043a990fc58a4ead74c2c5c92e910727d (diff)
restructured the project
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;
-}