Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SmallFont.css: Difference between revisions

Template page
GTEH changed the content model of the page Template:SmallFont.css from "wikitext" to "Sanitized CSS"
mNo edit summary
 
Line 1: Line 1:
.small-font {
.small-font {
     font-size: small;
     font-size: small;
    font-style: italic;
     padding-left: 2em;
     padding-left: 2em;
     margin-top: .8em;
     margin-top: .8em;
     margin-bottom: .8em;
     margin-bottom: .8em;
}
}

Latest revision as of 22:13, 13 June 2025

.small-font {
    font-size: small;
    font-style: italic;
    padding-left: 2em;
    margin-top: .8em;
    margin-bottom: .8em;
}