You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ar...@apache.org on 2009/04/02 03:24:04 UTC

svn commit: r761143 - /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss

Author: arobinson74
Date: Thu Apr  2 01:24:04 2009
New Revision: 761143

URL: http://svn.apache.org/viewvc?rev=761143&view=rev
Log:
TRINIDAD-1437
The selection of all DIVs was causing some issues, changed it to just the immediate DIV children

Modified:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss

Modified: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss?rev=761143&r1=761142&r2=761143&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss Thu Apr  2 01:24:04 2009
@@ -4148,7 +4148,7 @@
   <style selector="af|breadCrumbs">
     <property name="display">table</property>
   </style>
-  <style selector="af|breadCrumbs DIV">
+  <style selector="af|breadCrumbs > DIV">
     <property name="display">table-row</property>
   </style>
 </styleSheet>
@@ -4324,7 +4324,7 @@
   <style selector="af|breadCrumbs">
     <property name="display">table</property>
   </style>
-  <style selector="af|breadCrumbs DIV">
+  <style selector="af|breadCrumbs > DIV">
     <property name="display">table-row</property>
   </style>
 </styleSheet>