jalcovieloade
New Member
What is the meaning of * , * * in the code bellow. I have tried to collapse the definitions in one selector and that did not work well. If I comment the mainNav * * or colapse the * in the first selector the layout is destroyed. \[code\]#mainNav { padding-top: 20px; padding-bottom: 20px; } #mainNav * { padding-left: 20px; padding-right: 20px; } #mainNav * * { padding-left: 0; padding-right: 0; }\[/code\]