source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/profiles/default/cssregistry.xml @ 3179

Last change on this file since 3179 was 3179, checked in by mylan, 13 years ago

Force to put bounty css resource only on portal root context

File size: 293 bytes
RevLine 
[3129]1<?xml version="1.0"?>
2<object name="portal_css">
3
4<stylesheet title=""
[3148]5    id="ploneorg_bounty.css"
[3129]6    media="screen" rel="stylesheet" rendering="import"
7    cacheable="True" compression="safe" cookable="True"
[3179]8    enabled="1" expression="here/plone_context_state/is_portal_root"/>
[3129]9
10</object>
Note: See TracBrowser for help on using the repository browser.