- footer ist nun valid

- center-fix fuer den IE
This commit is contained in:
phil 2006-06-09 14:56:20 +00:00
parent 7e0e51dad7
commit 9a4fb3c10b
2 changed files with 16 additions and 8 deletions

View file

@ -90,7 +90,13 @@ caption {
}
/* Footer */
#online, #offline {
/* Fix fuer den IE, damit der footer zentriert wird */
#footer_center {
text-align: center;
}
#footer {
clear: left;
text-align: center;
width: 80%;
@ -98,7 +104,5 @@ caption {
margin: 30px auto 10px auto;
padding: 5px;
color: #777777;
font-style:italic;
font-size: small;
}