Template:Smallcaps/styles.css: Difference between revisions

From New Prairie Wiki
Jump to navigation Jump to search
Created page with "{{pp-template}} Styling for Template:Smallcaps: span.smallcaps { font-variant: small-caps; } span.smallcaps-smaller { font-size: 85%; }"
 
(No difference)

Latest revision as of 09:16, 31 July 2025

/* {{pp-template}}
Styling for Template:Smallcaps */
span.smallcaps {
	font-variant: small-caps;
}

span.smallcaps-smaller {
	font-size: 85%;
}