What should I put instead of <???> to include my style on every page? (not on <customer_account_create> only)
<?xml version="1.0" encoding="UTF-8"?>
<layout>
<???>
<reference name="head">
<action method="addItem"><type>skin_css</type><file>css/additional.css</file></action>
</reference>
</???>
<customer_account_create>
<reference name='customer_form_register'>
<action method='setTemplate'><template>address/persistent/customer/form/register.phtml</template></action>
</reference>
</customer_account_create>
</layout>
As suggested in similar Q&A, I tried without <???></???> or putting there default, global and cms_index_index, but none of them included the stylesheet.
<default></default>doesn't work for me, nor<rwd></rwd>. My layout file is inapp\design\frontend\rwd\default\layout\mymodule_layout.xml