Template:Smallcaps/styles.css: Difference between revisions

From Project Mailer
(Grlucas changed the content model of the page Template:Smallcaps/styles.css from "CSS" to "Sanitized CSS")
Tag: content model change
(more meaningful name)
Line 1: Line 1:
/* {{pp-template}}
/* {{pp-template}}
Styling for Template:Smallcaps */
Styling for Template:Smallcaps */
.smallcaps {
span.smallcaps {
font-variant: small-caps;
font-variant: small-caps;
}
span.smallcaps-smaller {
font-size: 85%;
}
}

Revision as of 21:23, 12 October 2019

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

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