mehr css-code um den footer besser zu platzieren. dazu anpassung der

dokumente
This commit is contained in:
phil 2005-07-07 09:53:35 +00:00
parent 1dd70503f0
commit 48bd146053
14 changed files with 221 additions and 159 deletions

View file

@ -25,6 +25,14 @@ hr {
border-left: none;
}
#container {
background: none;
width: 100%;
padding: 0px;
margin-left: auto;
margin-right: auto;
}
/* Navigation */
#nav {
float: left;
@ -36,6 +44,7 @@ hr {
padding-left: 3px;
margin-bottom: 40px;
font-size: small;
text-align: left;
}
#main {
@ -70,6 +79,7 @@ caption {
color: #777777;
font-style: italic;
font-size: small;
clear: left;
}
#offline {
@ -78,5 +88,6 @@ caption {
border-top: 1px dashed silver;
margin: 30px auto 10px auto;
padding: 5px;
clear: left;
font-size: 13px;
}