add 'external-link' class for links that go off-site

Change-Id: I9e78cd6a7cb2ce14e5e15fe43e87b55ac456f302
This commit is contained in:
Scott Main 2012-11-28 11:10:09 -08:00
parent 7d131e0ad6
commit d4cb783159
1 changed files with 5 additions and 0 deletions

View File

@ -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; }