summaryrefslogtreecommitdiffstats
path: root/test/css/chained2.css
blob: 7bcbc6eaa47eb016557cfbea45a0dc622b474353 (plain)
1
2
3
4
5
6
/* selector with 3 chained simple selectors */
#id1 table.data td {
    background-color: aquamarine;
    border: solid 2px;
}