Merge "More consistent .center and toc alignment rules with other skins"

isekai
jenkins-bot 7 years ago committed by Gerrit Code Review
commit bf91c0f2ec

@ -425,8 +425,7 @@ ul {
margin: 0.3em 0 0 1.6em; margin: 0.3em 0 0 1.6em;
} }
.center, .center {
.center * {
margin: auto; margin: auto;
text-align: center; text-align: center;
} }
@ -467,7 +466,8 @@ ul#filetoc,
display: table; display: table;
.box; .box;
padding: 1.25em 1.75em; padding: 1.25em 1.75em;
margin: 1em 0; margin-top: 1em;
margin-bottom: 1em;
min-width: 15em; min-width: 15em;
} }
ul#filetoc { ul#filetoc {
@ -477,6 +477,7 @@ ul#filetoc {
.toc ul { .toc ul {
margin: 1em 0 0; margin: 1em 0 0;
list-style: none; list-style: none;
text-align: left;
} }
.mw-body .toc h2 { .mw-body .toc h2 {
font-size: 1em; font-size: 1em;

Loading…
Cancel
Save