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