CSS Class:
.more-link
How this is used:
A class used often by Drupal for "more information" links. This class can be applied onto an <a> tag directly or to a wrapper <div> or <span> around the <a> tag.
Example:
<p><a class="more-link" href="#">
Read More</a></p> <div class="more-link"> <a href="#">More Information</a> </div>
Category:
