witten
/
luminotes
Archived
1
0
Fork 0

There's now an external link icon shown immediately after links to external web pages. Firefox only.

This commit is contained in:
Dan Helfman 2008-04-12 21:18:32 +00:00
parent 2ea9f87075
commit 9f59ad0837
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ body {
font-family: sans-serif;
}
a[target ^= "_"] {
background: url(/static/images/web_icon_tiny.png) right center no-repeat;
padding-right: 13px;
}
a:hover {
color: #ff6600;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B