Template:Chembox/styles.css: Difference between revisions

From Azupedia
Jump to navigation Jump to search
Created page with ".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%; }"
 
(No difference)

Latest revision as of 15:56, 12 November 2023

.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%;
}