history: marker and colortheme changes
This commit is contained in:
parent
f31c0650e4
commit
376c6feac7
3 changed files with 15 additions and 116 deletions
10
history.html
10
history.html
|
@ -34,11 +34,11 @@
|
|||
}
|
||||
|
||||
.hostname.online {
|
||||
color: #0A905D;
|
||||
color: #558020;
|
||||
}
|
||||
|
||||
.hostname.offline {
|
||||
color: #E42426;
|
||||
color: #D43E2A;
|
||||
}
|
||||
|
||||
#map {
|
||||
|
@ -120,11 +120,13 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css">
|
||||
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css">
|
||||
<link href='https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css' rel='stylesheet' type='text/css'>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment.min.js"></script>
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
|
||||
<script src="Leaflet.MakiMarkers.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.min.js"></script>
|
||||
<script src="history.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue