﻿/* default Content.LockedSummary.cshtml */
article.locked_summary h1 a 
{
  background-image:url('images/img_membersonly.gif');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 45px;
}

/* custom Content.HomePage.LockedSummary.cshtml to save space without descriptions*/
a.locked_link
{
  background-image:url('images/img_membersonly.gif');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 45px;
}
