forked from p34709852/monkey
22 lines
256 B
CSS
22 lines
256 B
CSS
|
a:link, a:visited, a:hover, a:active {
|
||
|
text-decoration: none;
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
#monkeysmap {
|
||
|
height: 80vh;
|
||
|
}
|
||
|
|
||
|
#telemetries {
|
||
|
}
|
||
|
|
||
|
#selectionInfo {
|
||
|
max-height: 70vh;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
#config {
|
||
|
max-height: 50vh;
|
||
|
overflow: auto;
|
||
|
}
|