jimmyshoes
Programmer
Hello
I came across the following css
Is it correct to interpret this as follows
If a div of class 'opened' is contained in a div of class 'stat-title' then apply {clear:both;font-size:14px} to the former div
The div of class stat-title has {border-bottom:0;}
I came across the following css
Code:
.stat-title{clear:both;font-size:14px}.opened .stat-title{border-bottom:0;}
Is it correct to interpret this as follows
If a div of class 'opened' is contained in a div of class 'stat-title' then apply {clear:both;font-size:14px} to the former div
The div of class stat-title has {border-bottom:0;}