diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 45 |
1 files changed, 1 insertions, 44 deletions
@@ -1,50 +1,8 @@ <!DOCTYPE html> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<!-- Bootstrap --> <link href="assets/dist/css/bootstrap.min.css" rel="stylesheet" media="screen"> -<style> /* set the CSS */ - -path { - stroke: steelblue; - stroke-width: 2; - stroke-opacity: 1; - fill: none; -} - -.axis path, -.axis line { - fill: none; - stroke: grey; - stroke-width: 1; - shape-rendering: crispEdges; -} - -.job_graph { - /* - border: solid 2px; - border-color: rgba(231, 228, 157, 0.15); - background: none repeat scroll 0% 0% rgba(231, 228, 157, 0.25); - */ - overflow: hidden; -} - -.listgraph { - /* - margin-left: 20px; - margin-right: 20px; - margin-top: 10px; - margin-bottom: 10px; - */ - margin-bottom: 0px; -} - -.panel { - margin-left: auto; - margin-right: auto; -} - -</style> +<link href="assets/css/monitor.css" rel="stylesheet" media="screen"> <script src="assets/js/d3.min.js"></script> <script src="assets/js/jquery-1.11.1.min.js"></script> <script src="assets/js/monitor.js"></script> @@ -69,7 +27,6 @@ path { <a href="#">About</a> </li> <li> - <li> <a href="#">Contact</a> </li> </ul> |