Difference between revisions of "Template:Plainlist"

From LegendMud's Newbie Guide
Jump to navigation Jump to search
(Created page with ".plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }")
(No difference)

Revision as of 15:54, 18 August 2020

.plainlist ul {

   line-height: inherit;
   list-style: none none;
   margin: 0;

} .plainlist ul li {

   margin-bottom: 0;

}