模板:Chart/styles.css

於 2024年3月17日 (日) 15:08 由 CYL992留言 | 貢獻 所做的修訂 (建立內容為「→‎.chart-container { max-width: 100%; overflow-x: auto; overflow-y: visible; }:​ .chart-content { border-spacing: 0; border-collapse: separate; } @media all and (max-width:720px) { .chart-content .ahnentafel { min-width:auto !important; width:100% !important; } }」的新頁面
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
/*.chart-container {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: visible;
}
*/
.chart-content {
	border-spacing: 0;
	border-collapse: separate;
}
@media all and (max-width:720px) {
	.chart-content .ahnentafel  {
		min-width:auto !important;
		width:100% !important;
	}
}