/* Add an external-link icon to new frames */

a[target]
{
  background: url(newframe.png) right center no-repeat;
  padding-right: 12px;
}

