differentiate between external and internal links
This commit is contained in:
parent
989ef38b16
commit
8f24ca2c9b
Binary file not shown.
After Width: | Height: | Size: 144 B |
|
@ -0,0 +1,2 @@
|
|||
The external link icon is GPL licensed. Original license link:
|
||||
https://commons.wikimedia.org/wiki/Category:External_link_icons#/media/File:Icon_External_Link.png
|
|
@ -7,5 +7,13 @@ img {
|
|||
border-bottom: 2px solid red;
|
||||
border-left: 2px solid red;
|
||||
border-right: 2px solid red;
|
||||
background-color: #ff6347 !important;
|
||||
background-color: #ff6347;
|
||||
}
|
||||
|
||||
a.reference.external:link,
|
||||
a.reference.external:visited,
|
||||
a.reference.external:visited{
|
||||
background: url('./Icon_External_Link.png') center right no-repeat;
|
||||
padding-right: 13px;
|
||||
|
||||
}
|
Loading…
Reference in New Issue