Difference between revisions of "MediaWiki:Common.css"

From Open Source Controls Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: h3, h4, h5, h6 { margin-top: 1em; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.vector-body h3, .vector-body h4, .vector-body h5, .vector-body h6 {
    margin-top: 1em;
}


h3, h4, h5, h6 {
h3, h4, h5, h6 {
     margin-top: 1em;
     margin-top: 1em;
}
}

Revision as of 20:43, 19 May 2022

/* CSS placed here will be applied to all skins */

.vector-body h3, .vector-body h4, .vector-body h5, .vector-body h6 {
    margin-top: 1em;
}

h3, h4, h5, h6 {
    margin-top: 1em;
}