Would someone be kind enough to explain what it means when code is ‘repeated’ in a css.style sheet theme?
Like this ‘double ul ul’ for instance:
‘}
#sidebar ul ul
{
list-style:none;
margin:0.5em 0 0 1em;
padding:0;
}’
What’s the significance of the second ‘ul’ ?
(the expression preceding the one above is almost identical, but without the repeated ‘ul’ and with the margin set to ‘0’)