Template:Smallcaps/styles.css: Difference between revisions

From WickedGov, the Massachusetts civics wiki
Jump to navigation Jump to search
more meaningful name
 
rm unnecessary template
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* {{pp-template}}
/* Styling for Template:Smallcaps */
Styling for Template:Smallcaps */
span.smallcaps {
span.smallcaps {
font-variant: small-caps;
font-variant: small-caps;

Latest revision as of 01:12, 14 January 2025

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

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