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

* commit 'e6f3c0332169a795e25f221f91db59ce87aa1f51':
  add 'external-link' class for links that go off-site
This commit is contained in:
Scott Main 2012-11-28 11:18:48 -08:00 committed by Android Git Automerger
commit c86e4f3f2c

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