CSS Class:
.descriptor
How this is used:
The descriptor class is used for descriptive information such as date, time, location, admission, etc. You can add this class to a tag (e.g. <p>) or to a wrapper (e.g. <span> or <div>).
Example:
July 21, 2012
Location
Free Admission
Free Admission
<p class="descriptor">July 21, 2012</p> <div class="descriptor"> Location<br /> Free Admission </div>
Category:
