帮助:Test/styles.css:修订间差异

来自SS唯基
跳到导航 跳到搜索
(修改)
(修改)
第15行: 第15行:
ul > li::marker {
ul > li::marker {
font-size:1px;
font-size:1px;
padding-left: 2px;
padding-TOP: 2px;
}
}

2022年10月22日 (六) 04:41的版本

/* [[Category:CSS页面]] */
ul > li.active.tab::marker,li.tab::marker{
	content: "";
}
ul > li.toclevel-1::marker,li.toclevel-2::marker,li.toclevel-3::marker ,li.toclevel-4::marker,li.toclevel-5::marker {
	content: "";
}

td#pica-table-value-info> b{
    border-bottom:  0;
	padding-left:0;
	padding-right:0;
}

ul > li::marker {
	font-size:1px;
	padding-left: 2px;
	padding-TOP: 2px;
}