* Formatierung vereinfacht

This commit is contained in:
phil 2006-08-01 22:38:47 +00:00
parent 3cbf4c74a3
commit 739c057ed4
26 changed files with 205 additions and 186 deletions

View file

@ -306,9 +306,28 @@ caption {
font-size: 90%;
}
.nextnext, .nextnext a {
color: grey;
font-size: 90%;
.next a {
font-size: 110%;
}
.next a:link {
text-decoration: none;
color: #f57900;
background: none;
}
.next a:visited {
color: #ce5c00;
text-decoration: none;
}
.next a:active {
color: #f57900;
}
.next a:hover {
color: #fcaf3e;
text-decoration: underline;
}