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:
Scott Main 2012-11-28 11:14:20 -08:00 committed by Android Git Automerger
commit 7942a93679

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