* Neues Symbol fuer externe Links

* offenen tag im html-code geschlossen
This commit is contained in:
phil 2006-07-20 12:26:40 +00:00
parent 99d063261f
commit 46ef037ef3
5 changed files with 7 additions and 22 deletions

View file

@ -59,6 +59,11 @@ a:hover {
text-decoration: underline;
}
.externalLink {
background: url(externallink.png) right center no-repeat;
padding-right: 13px;
}
hr {
height: 1px;
border: 1px solid silver;
@ -67,11 +72,6 @@ hr {
border-left: none;
}
.external {
background: url(externallink.png) right center no-repeat;
padding-right: 12px;
}
#container {
padding: 0;
margin: 0;
@ -161,11 +161,6 @@ hr {
text-decoration: none;
}
#nav .externalLink {
background: url(externallinksmall.png) right center no-repeat;
padding-right: 15px;
}
#nav ul {
margin-left: -2em;
}
@ -215,11 +210,6 @@ hr {
border: 0;
}
#main .externalLink {
background: url(externallink.png) right center no-repeat;
padding-right: 15px;
}
/* #selection - Formatiert die Buttons der Startseite */
#selection a {
@ -273,11 +263,6 @@ caption {
height: 50px;
}
#footer .externalLink {
background: url(externallinksmall.png) right center no-repeat;
padding-right: 15px;
}
#footer .left {
text-align: left;
float: left;