1 node[status=fixed] { z-index: 2;
2 icon-image: features/bugs/fixed.png; }
4 node[status=invalid] { z-index: 2;
5 icon-image: features/bugs/invalid.png; }
7 node[status=open] { z-index: 2;
8 icon-image: features/bugs/open.png;
9 text-offset: 14; font-family: DejaVu; text: name; font-size: 9; text_color: red; }