This commit is contained in:
user
2013-04-01 21:58:32 +02:00
parent eed5ff09c5
commit c26ed7164b
4 changed files with 129 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
height: 100%;
color: black;
text-decoration: none;
z-index: 0;
}
html body{
@@ -175,4 +176,22 @@ footer{
height: 30px;
width: 100px;
margin-left: 50px;
}
footer{
height: 25%;
vertical-align: middle;
text-align: center;
margin-top: 1%;
}
footer h3{
height: auto;
}
#epiList{
overflow: auto;
}
#epiList li{
height: auto;
}