Jump to content

Template:Smallcaps/styles.css: Difference between revisions

From Micro Pedia
Created page with "{{pp-template}} Styling for Template:Smallcaps: span.smallcaps { font-variant: small-caps; } span.smallcaps-smaller { font-size: 85%; }"
 
Steven Buber (talk | contribs)
m 1 revision imported
 
(No difference)

Latest revision as of 17:11, 5 January 2025

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

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