Page protected

Template:Chembox/styles.css: Difference between revisions

From Vigyanwiki
< Template:Chembox
(Created page with "→‎{{pp|small=y}}: .ib-chembox { border-collapse: collapse; text-align: left; } →‎TODO split definitions to appropriate class names when live from HTML element: .ib-ch...")
m (1 revision imported)
(No difference)

Revision as of 22:16, 11 October 2022

/* {{pp|small=y}} */
.ib-chembox {
	border-collapse: collapse;
	text-align: left;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.ib-chembox td,
.ib-chembox th {
	border: 1px solid #a2a9b1;
	width: 40%;
}
.ib-chembox td + td {
	width: 60%;
}