Changeset 10265 for main


Ignore:
Timestamp:
31 May 2013, 14:53:42 (11 years ago)
Author:
uli
Message:

Avoid full-width rendering also if #portal-column-two appears in page.
We have to extend this CSS or-expression for any id that might appear
in the right side box. Currenlty #newsportlet and #portal-column-two
are the only ones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/rules.xml

    r10263 r10265  
    88  <theme href="home.html" css:if-content="body.template-frontpageview" />
    99  <theme href="full.html" css:if-content="#portal-column-content.width-full"/>
    10   <theme href="full.html" css:if-not-content="#newsportlet" />
     10  <theme href="full.html"
     11         css:if-not-content="#portal-column-two, #newsportlet" />
    1112  <theme href="example.html"/>
    1213  <notheme if="$ajax_load" />
Note: See TracChangeset for help on using the changeset viewer.