- footer ist nun valid
- center-fix fuer den IE
This commit is contained in:
parent
7e0e51dad7
commit
9a4fb3c10b
2 changed files with 16 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue