Template:Smallcaps/styles.css: Difference between revisions
(Created page with "→{{pp-template}} Styling for Template:Smallcaps: .smallcaps { font-variant: small-caps; }") |
m (1 revision imported) |
||
(3 intermediate revisions by 2 users not shown) | |||
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%; | |||
} | } |