am e6f3c033
: am 36f6da28
: am 7942a936
: am d4cb7831
: add \'external-link\' class for links that go off-site
* commit 'e6f3c0332169a795e25f221f91db59ce87aa1f51': add 'external-link' class for links that go off-site
This commit is contained in:
commit
c86e4f3f2c
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue