[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/profiles/default/ - new table element class for kupu - vertical alignment for table cell

Denis Mishunov denis.mishunoff at gmail.com
Wed Feb 6 02:51:41 EST 2008


Log message for revision 83571:
  - new table element class for kupu - vertical alignment for table cell
  - some additional styles

Changed:
  U   zopeorg.theme/trunk/zopeorg/theme/profiles/default/kupu.xml
  U   zopeorg.theme/trunk/zopeorg/theme/profiles/default/skins.xml

-=-
Modified: zopeorg.theme/trunk/zopeorg/theme/profiles/default/kupu.xml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/profiles/default/kupu.xml	2008-02-06 06:56:40 UTC (rev 83570)
+++ zopeorg.theme/trunk/zopeorg/theme/profiles/default/kupu.xml	2008-02-06 07:51:40 UTC (rev 83571)
@@ -15,6 +15,7 @@
     <style>Pull-quote|div|pullquote</style>
     <style>Call-out|p|callout</style>
     <style>Highlight|span|visualHighlight</style>
+    <style>Vertically aligned|td|vertAlign</style>
     <style>Odd row|tr|odd</style>
     <style>Even row|tr|even</style>
     <style>Heading cell|th|</style>

Modified: zopeorg.theme/trunk/zopeorg/theme/profiles/default/skins.xml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/profiles/default/skins.xml	2008-02-06 06:56:40 UTC (rev 83570)
+++ zopeorg.theme/trunk/zopeorg/theme/profiles/default/skins.xml	2008-02-06 07:51:40 UTC (rev 83571)
@@ -10,6 +10,9 @@
  <object name="zopeorg_theme_styles"
     meta_type="Filesystem Directory View"
     directory="zopeorg.theme:skins/zopeorg_theme_styles"/>
+ <object name="zopeorg_theme_tableless"
+    meta_type="Filesystem Directory View"
+    directory="zopeorg.theme:skins/zopeorg_theme_tableless"/>    
 
  <skin-path name="Zope.org Theme" based-on="Plone Default">
   <layer name="zopeorg_theme_custom_images"
@@ -18,6 +21,8 @@
      insert-after="zopeorg_theme_custom_images"/>
   <layer name="zopeorg_theme_styles"
      insert-after="zopeorg_theme_custom_templates"/>
+  <layer name="zopeorg_theme_tableless"
+     insert-after="zopeorg_theme_styles"/>     
  </skin-path>
 
 </object>



More information about the Checkins mailing list