I have a ui definition file as follows:
<object class="GtkLabel" id="view_header">
...
</object>
and css as follows:
#view_header { font: 1.2em bold }
Since the class attribute is already used to define the ObjectClass, how do I define a "css class" that I can use to select multiple view headers?