4
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-08-14 19:28:09 +00:00

Use multiple nodes

This commit is contained in:
Vanhala Antti
2014-03-22 00:55:16 +02:00
parent 380e7bb3dd
commit 2203cc1138
3 changed files with 116 additions and 42 deletions

View File

@@ -10,6 +10,7 @@
html, body {
font-family: 'Source Sans Pro';
background: #F5F5F5;
overflow: hidden;
}
#header {
@@ -99,7 +100,8 @@ li {
/*bottom: 0;*/
min-width: 200px;
z-index: 999;
/*overflow-y: scroll;*/
/*overflow-y: auto;*/
/*overflow: hidden;*/
font-size: 12px;
}
@@ -135,6 +137,11 @@ h2 {
color: #29BBFF;
}
#node-info {
/*position: absolute;*/
/*overflow-y: scroll;*/
/*background: rgba(220, 220, 220, 0.8);*/
}
#node-info table {
width: 100%;
}