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