MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 24: | Line 24: | ||
/* Create class to suppress Table of Contents Numbering */ | /* Create class to suppress Table of Contents Numbering */ | ||
.tocnumber { display: none; } | .tocnumber { display: none; } | ||
.toclevel-1 .tocnumber { display: inline; } | |||
Revision as of 22:28, 24 March 2016
/* CSS placed here will be applied to all skins */
ul, p {
margin-left: 15px;
}
p {
padding-left: 10px;
}
h2 {
margin-top: 15px;
margin-bottom: 15px;
}
img {
padding-top: 15px;
padding-bottom: 15px;
}
.toc {
margin-bottom:15px;
}
/* Create class to suppress Table of Contents Numbering */
.tocnumber { display: none; }
.toclevel-1 .tocnumber { display: inline; }