Template:Smallcaps/styles.css: Difference between revisions

BellaCH (talk | contribs)
Created page with "{{pp-template}} Styling for Template:Smallcaps: span.smallcaps { font-variant: small-caps; } span.smallcaps-smaller { font-size: 85%; }"
 
CleanupBot (talk | contribs)
m Remove protection template from unprotected page
 
Line 1: Line 1:
/* {{pp-template}}
/*  
Styling for Template:Smallcaps */
Styling for Template:Smallcaps */
span.smallcaps {
span.smallcaps {

Latest revision as of 19:51, 17 April 2021

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

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