history: links from lists to map

This commit is contained in:
Nils Schneider 2015-03-20 22:55:23 +01:00
commit fc2127f655
2 changed files with 59 additions and 16 deletions

View file

@ -58,11 +58,11 @@
}
.hostname.online {
color: #558020;
color: #558020 !important;
}
.hostname.offline {
color: #D43E2A;
color: #D43E2A !important;
}
#map {
@ -104,6 +104,10 @@
text-align: right;
}
#lists a {
color: #1566A9;
}
#container {
display: flex;
flex-direction: row-reverse;