This commit is contained in:
user
2013-03-25 15:16:56 +01:00
parent 8b71dfb0f1
commit 6a8865e91a
3 changed files with 17 additions and 29 deletions

View File

@@ -59,38 +59,33 @@ html body{
float:left;
}
#sidenav {
width: 29%;
float:left;
height:49%;
}
#playersec {
width: 40%;
width: 48%;
float:left;
margin-left: 1%;
margin-right : 1%;
height: auto;
margin-right: 2%;
background: linear-gradient(to bottom, rgba(155,155,155,1) 0%,rgba(14,14,14,1) 100%);
height:100%;
max-height: 100%;
}
#timeline {
color: white;
height: auto;
min-height: 50%;
max-height: 100%;
color: white;
overflow:auto;
height: 80%;
}
#timeline section {
color: white;
color: white;
height: auto;
}
#player {
height: auto;
height: 20%;
}
#playerlistsec {
width: 29%;
width: 48%;
float:left;
margin-left: 2%;
overflow:auto;
}