Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CITOC/styles.css: Difference between revisions

Template page
(Created style for template toc (to avoid confusion with toc class))
 
m (More options to emulate toc class)
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;
}
}

Revision as of 02:08, 22 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;
}