MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (19 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
ul, p { | |||
margin- | margin-left: 15px; | ||
} | |||
p { | |||
padding-left: 10px; | |||
} | } | ||
h2 { | h2 { | ||
margin-top: 15px; | margin-top: 15px; | ||
margin-bottom: 15px; | |||
} | } | ||
img { | img { | ||
margin: 15px; | padding-top: 15px; | ||
padding-bottom: 15px; | |||
} | |||
.toc { | |||
margin-bottom:15px; | |||
} | |||
#ca-talk { | |||
display: none !important; | |||
} | } | ||
Latest revision as of 22:18, 5 October 2017
/* 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;
}
#ca-talk {
display: none !important;
}