مندرجات کا رخ کریں

"سانچہ:Plainlist/styles.css" کے نسخوں کے درمیان فرق

From ورلڈپیڈیا, the free encyclopedia
meh
add this reset from mobile.css
سطر 5: سطر 5:
list-style: none;
list-style: none;
margin: 0;
margin: 0;
padding: 0; /* Reset Minerva default */
}
}



نسخہ بمطابق 12:59، 11 دسمبر 2022ء

/* {{pp-template|small=yes}} */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none;
	margin: 0;
	padding: 0; /* Reset Minerva default */
}

.plainlist ol li,
.plainlist ul li {
	margin-bottom: 0;
}