* Workaround, damit externallink.png angezeigt wird

This commit is contained in:
phil 2006-07-20 12:44:57 +00:00
parent 46ef037ef3
commit d73dc45551

View file

@ -59,11 +59,6 @@ a:hover {
text-decoration: underline;
}
.externalLink {
background: url(externallink.png) right center no-repeat;
padding-right: 13px;
}
hr {
height: 1px;
border: 1px solid silver;
@ -81,6 +76,11 @@ hr {
width: 0px;
}
#container .externalLink {
background: url(externallink.png) center right no-repeat;
padding-right: 13px;
}
#titlenav {
position: absolute;
top: 20px;