Template:模板样式/定数表.css:修订间差异

来自Arcaea中文维基
(创建页面,内容为“.dstable{ display:grid; grid-template-columns: 5% 95%; } .ds{ width: 100%; } .number{ width: 100%; } @media all and ( max-width: 720px ) { .dstable{ grid-temp…”)
 
(Star0将页面定数表/styles.css的内容模型从“wiki文本”更改为“已过滤的CSS”)
标签内容模型更改
(没有差异)

2021年1月30日 (六) 15:48的版本

.dstable{
	display:grid;
	grid-template-columns: 5% 95%;
}
.ds{
	width: 100%;
}
.number{
	width: 100%;
}

@media all and ( max-width: 720px ) {	
.dstable{
	grid-template-columns: 100%;
}
}