am 7942a936: am d4cb7831: add \'external-link\' class for links that go off-site
* commit '7942a936797e414adbe71a022a1053d8e7ac156c': add 'external-link' class for links that go off-site
This commit is contained in:
commit
36f6da2830
|
@ -112,6 +112,11 @@ acronym:hover {
|
|||
a:focus,
|
||||
a:active {
|
||||
color: #33b5e5 !important; }
|
||||
|
||||
a.external-link {
|
||||
background:url('../images/styles/open_new_page.png') no-repeat 100% 50%;
|
||||
padding-right:16px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none; }
|
||||
|
|
Loading…
Reference in New Issue