跳转到内容

Template:Infobox 機率分佈/styles.css:修订间差异

维基百科,自由的百科全书
Liangent留言 | 贡献
建立内容为“.ib-prob-dist { border-collapse: collapse; width: 20em; } →‎TODO split definitions to appropriate class names when live from HTML element:​ .ib-prob-dist td, .ib-prob-dist th { border: 1px solid #a2a9b1; } .ib-prob-dist .infobox-subheader { text-align: left; } .ib-prob-dist-image { background: #ddd; font-weight: bold; text-align: center; }”的新页面
 
Liangent留言 | 贡献
 
(没有差异)

2021年10月14日 (四) 20:36的最新版本

.ib-prob-dist {
	border-collapse: collapse;
	width: 20em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.ib-prob-dist td,
.ib-prob-dist th {
	border: 1px solid #a2a9b1;
}

.ib-prob-dist .infobox-subheader {
	text-align: left;
}

.ib-prob-dist-image {
	background: #ddd;
	font-weight: bold;
	text-align: center;
}