forked from openkylin/platform_build
add 'external-link' class for links that go off-site
Change-Id: I9e78cd6a7cb2ce14e5e15fe43e87b55ac456f302
This commit is contained in:
parent
7d131e0ad6
commit
d4cb783159
|
@ -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