More languages
More actions
(Created style for template toc (to avoid confusion with toc class)) |
m (Changed from toctitle to template-toctitle to avoid Mobile CSS) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
font-size: 95%; | font-size: 95%; | ||
} | |||
.template-toc li { | |||
margin-bottom: 0.1em; | |||
} | |||
.template-toc ul { | |||
list-style: none; | |||
margin: 0.3em 0; | |||
padding: 0; | |||
} | |||
.template-toc ul ul { | |||
margin: 0 0 0 2em; | |||
} | |||
.template-toc .template-toctitle { | |||
text-align: center; | |||
} | } |
Latest revision as of 17:53, 23 June 2022
.template-toc {
display: table;
padding: 7px;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
font-size: 95%;
}
.template-toc li {
margin-bottom: 0.1em;
}
.template-toc ul {
list-style: none;
margin: 0.3em 0;
padding: 0;
}
.template-toc ul ul {
margin: 0 0 0 2em;
}
.template-toc .template-toctitle {
text-align: center;
}