* commit '36f6da28304b06dcface33461042efbf02098af7': add 'external-link' class for links that go off-site
This commit is contained in:
commit
e6f3c03321
1 changed files with 5 additions and 0 deletions
|
@ -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; }
|
||||||
|
|
Loading…
Reference in a new issue