Difference between revisions of "MediaWiki:Common.css"

From Vincents CV Wiki
Jump to: navigation, search
m
m
Line 2: Line 2:
 
h3 {
 
h3 {
 
     text-indent: 10px;
 
     text-indent: 10px;
 +
    font-size: 1.0em;
 +
}
 +
h4 {
 +
    text-indent: 20px;
 +
    font-size: 1.0em;
 
}
 
}

Revision as of 02:12, 18 October 2016

/* CSS placed here will be applied to all skins */
h3 {
    text-indent: 10px;
    font-size: 1.0em;
}
h4 {
    text-indent: 20px;
    font-size: 1.0em;
}