am 36f6da28: am 7942a936: am d4cb7831: add \'external-link\' class for links that go off-site

* commit '36f6da28304b06dcface33461042efbf02098af7':
  add 'external-link' class for links that go off-site
This commit is contained in:
Scott Main 2012-11-28 11:16:47 -08:00 committed by Android Git Automerger
commit e6f3c03321

View file

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