Template:Cslist/styles.css: Difference between revisions
From Vigyanwiki
(apply style to ul container) |
(need to reset margin) |
||
Line 1: | Line 1: | ||
/* make an inline list with comma seperators */ | /* make an inline list with comma seperators */ | ||
ul.cslist { | ul.cslist { | ||
margin: 0; | |||
padding: 0; | padding: 0; | ||
display: inline; | display: inline-block; | ||
list-style: none; | list-style: none; | ||
} | } |