Template:NumBlk/styles.css

From Wikisource
Jump to navigation Jump to search
.wst-numblk {
	border-collapse:collapse;
	background:none; color: inherit;
	margin:0;
	border:none;
}
.wst-numblk td {
	vertical-align:middle;
	 padding:0.08em;
	 border:none;
}
.wst-numblk td > div,
.wst-numblk td > p {
	margin:0;
}
.wst-numblk td.border {
	border:thin solid;
}
.wst-numblk td:nth-child(2) {
	width:99%;
}
.wst-numblk table {
	border-collapse:collapse;
	background:none; color:inherit;
	margin:0;
	border:none;
	width:99%;
}
.wst-numblk table td:nth-child(2) {
	width:100%;
}
.wst-numblk table tr:nth-child(2) td,
.wst-numblk table tr:nth-child(2) td.border {
	border-top:0px none #e5e5e5;
}