Jarvis WordPress Theme Styleguide

3.2.3 #elements.entry.meta Entry Meta

Toggle example guides Toggle HTML markup

Style for entry meta data. Individual parts of the meta data should be wrapped in an element (a span or an anchor, or some other thing). The elements will have margin applied to create consistent spacing so the wrapping element is required.

Example
Markup
<div class="entry-meta"><span>Dudley</span> <span><a href="#">Dursley</a></span></div>
Source: assets/sass/lib/elements/_entry.scss, line 81