الگو:Plainlist/styles.css
ظاهر
/**
* Styles for lists in general.
*
* @last revised (2013-04-26)
*
*
* Migrated from https://en.wikisource.org/w/index.php?title=MediaWiki:Gadget-enwp-lists.css&oldid=6080813
* (https://en.wikisource.org/w/index.php?title=MediaWiki:Gadget-enwp-lists.css&action=history)
**/
/* Unbulleted lists */
.plainlist ul {
line-height: inherit;
list-style: none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}
.plainlist_hi1 li {
margin-left: 1em;
text-indent: -1em;
}
.plainlist_hi2 li {
margin-left: 2em;
text-indent: -2em;
}
/* first item of "mid" templates has no indent */
.plainlist_m ul:first-child li:first-child {
text-indent: 0;
}