Make sure legend is always visible

This commit is contained in:
Hannes Verschore 2015-10-27 08:36:56 -07:00
Родитель 99f9c6855f
Коммит ec844e9745
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -75,11 +75,12 @@ h1 {
}
#navcontainer {
padding-top: 360px;
padding-top: 120px;
display: inline;
position: absolute;
position: fixed;
margin-left: -20px;
left: 0;
height: 100%;
}
.menu {
@ -110,13 +111,13 @@ h1 {
#about {
display: none;
margin-left: 250px;
margin-left: 350px;
width: 700px;
}
#breakdown {
display: none;
margin-left: 250px;
margin-left: 350px;
width: 700px;
}