Context
I would like to style differently lists with only one item versus lists with multiple items.
Currently I would like to have list-style-type:none; and different padding-left for lists which have only one item.
Question
I do know how to write javascript code what achieves this goal by manipulating DOM, but I am asking is it possible somehow using pure CSS?