* css validiert

This commit is contained in:
phil 2006-08-04 16:47:23 +00:00
parent 5d5dd4b793
commit be049d7169

View file

@ -138,13 +138,13 @@ hr {
#titlebar .left { #titlebar .left {
text-align: left; text-align: left;
color: orange; color: #f57900;
float: left; float: left;
} }
#titlebar .right { #titlebar .right {
text-align: right; text-align: right;
color: white; color: #ffffff;
font-size: 44px; font-size: 44px;
} }
@ -283,12 +283,6 @@ caption {
background-color: #eeeeec; background-color: #eeeeec;
} }
#footnotes {
font-size: small;
margin-top: 3em;
padding-left: 1em;
}
#progress { #progress {
background-color: transparent; background-color: transparent;
text-align: left; text-align: left;
@ -301,7 +295,7 @@ caption {
} }
#progresstitle{ #progresstitle{
color: #888; color: #888a85;
font-size: 90%; font-size: 90%;
} }
@ -310,7 +304,7 @@ caption {
} }
.done, .done a { .done, .done a {
color: grey; color: #888a85;
font-size: 90%; font-size: 90%;
} }
@ -338,6 +332,16 @@ caption {
text-decoration: underline; text-decoration: underline;
} }
#footnotes {
font-size: 90%;
margin-top: 3em;
padding-left: 1em;
}
#fntitle {
font-size: 90%;
color: #888a85;
}
/* #### Footer #### */ /* #### Footer #### */