* Workaround, damit externallink.png angezeigt wird
This commit is contained in:
parent
46ef037ef3
commit
d73dc45551
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue