am d4cb7831
: add \'external-link\' class for links that go off-site
* commit 'd4cb783159c76d0ea9423020b3ab6ec77a21506e': add 'external-link' class for links that go off-site
This commit is contained in:
commit
7942a93679
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,11 @@ 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; }
|
||||||
#jd-content img {
|
#jd-content img {
|
||||||
|
|
Loading…
Reference in a new issue